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

Method SetLogicalAddresses

src/libcec/CECProcessor.cpp:593–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593bool CCECProcessor::SetLogicalAddresses(const cec_logical_addresses &addresses)
594{
595 return m_communication ? m_communication->SetLogicalAddresses(addresses) : false;
596}
597
598bool CCECProcessor::StandbyDevices(const cec_logical_address initiator, const CECDEVICEVEC &devices)
599{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected