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

Method RequestPhysicalAddress

src/libcec/devices/CECBusDevice.cpp:630–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630bool CCECBusDevice::RequestPhysicalAddress(const cec_logical_address initiator, bool bWaitForResponse /* = true */)
631{
632 bool bReturn(false);
633
634 if (!IsHandledByLibCEC())
635 {
636 MarkBusy();
637 LIB_CEC->AddLog(CEC_LOG_DEBUG, "<< requesting physical address of '%s' (%X)", GetLogicalAddressName(), m_iLogicalAddress);
638 bReturn = m_handler->TransmitRequestPhysicalAddress(initiator, m_iLogicalAddress, bWaitForResponse);
639 MarkReady();
640 }
641 return bReturn;
642}
643
644bool CCECBusDevice::TransmitPhysicalAddress(bool bIsReply)
645{

Callers

nothing calls this directly

Calls 2

AddLogMethod · 0.45

Tested by

no test coverage detected