MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / GetMenuState

Method GetMenuState

src/libcec/devices/CECBusDevice.cpp:991–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989}
990
991cec_menu_state CCECBusDevice::GetMenuState(const cec_logical_address UNUSED(initiator))
992{
993 CLockObject lock(m_mutex);
994 return m_menuState;
995}
996
997void CCECBusDevice::SetMenuState(const cec_menu_state state)
998{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected