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

Function CecMenuManaged

src/dotnetlib/CecSharpTypes.h:2168–2175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2166 }
2167
2168 int CecMenuManaged(const CEC::cec_menu_state newVal)
2169 {
2170 try {
2171 return ReceiveMenuStateChange((CecMenuState)newVal);
2172 }
2173 catch (...) {}
2174 return 0;
2175 }
2176
2177 void CecSourceActivatedManaged(const CEC::cec_logical_address logicalAddress, const uint8_t bActivated)
2178 {

Callers

nothing calls this directly

Calls 1

ReceiveMenuStateChangeFunction · 0.85

Tested by

no test coverage detected