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

Method TransmitKeyRelease

src/libcec/implementations/CECCommandHandler.cpp:1206–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204}
1205
1206bool CCECCommandHandler::TransmitKeyRelease(const cec_logical_address iInitiator, const cec_logical_address iDestination, bool bWait /* = true */)
1207{
1208 cec_command command;
1209 cec_command::Format(command, iInitiator, iDestination, CEC_OPCODE_USER_CONTROL_RELEASE);
1210
1211 return Transmit(command, !bWait, false);
1212}
1213
1214bool CCECCommandHandler::TransmitSystemAudioModeRequest(const cec_logical_address iInitiator, uint16_t iPhysicalAddress)
1215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected