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

Method WaitForOpcode

src/libcec/devices/CECBusDevice.cpp:1486–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484}
1485
1486bool CCECBusDevice::WaitForOpcode(cec_opcode opcode)
1487{
1488 return m_waitForResponse->Wait(opcode);
1489}
1490
1491bool CCECBusDevice::SystemAudioModeRequest(void)
1492{

Callers 1

TransmitMethod · 0.80

Calls 1

WaitMethod · 0.45

Tested by

no test coverage detected