Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1486
bool CCECBusDevice::WaitForOpcode(cec_opcode opcode)
1487
{
1488
return m_waitForResponse->Wait(opcode);
1489
}
1490
1491
bool CCECBusDevice::SystemAudioModeRequest(void)
1492
{
Callers
1
Transmit
Method · 0.80
Calls
1
Wait
Method · 0.45
Tested by
no test coverage detected