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

Method Transmit

src/libcec/CECClient.cpp:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509bool CCECClient::Transmit(const cec_command &data, bool bIsReply)
510{
511 return m_processor ? m_processor->Transmit(data, bIsReply) : false;
512}
513
514bool CCECClient::SendPowerOnDevices(const cec_logical_address address /* = CECDEVICE_TV */)
515{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected