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

Method PhysicalAddressInUse

src/libcec/CECProcessor.cpp:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375bool CCECProcessor::PhysicalAddressInUse(uint16_t iPhysicalAddress)
376{
377 CCECBusDevice *device = GetDeviceByPhysicalAddress(iPhysicalAddress);
378 return device != NULL;
379}
380
381void CCECProcessor::LogOutput(const cec_command &data)
382{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected