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

Method SendKeyRelease

src/libcec/CECClient.cpp:844–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844bool CCECClient::SendKeyRelease(const cec_logical_address iDestination, bool bWait /* = true */)
845{
846 CCECBusDevice *dest = m_processor->GetDevice(iDestination);
847
848 return dest ?
849 dest->TransmitKeyRelease(GetPrimaryLogicalAddress(), bWait) :
850 false;
851}
852
853bool CCECClient::GetCurrentConfiguration(libcec_configuration &configuration)
854{

Callers

nothing calls this directly

Calls 2

GetDeviceMethod · 0.45
TransmitKeyReleaseMethod · 0.45

Tested by

no test coverage detected