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

Method GetRetryLineTimeout

src/libcec/CECProcessor.cpp:369–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369uint8_t CCECProcessor::GetRetryLineTimeout(void)
370{
371 CLockObject lock(m_mutex);
372 return m_iRetryLineTimeout;
373}
374
375bool CCECProcessor::PhysicalAddressInUse(uint16_t iPhysicalAddress)
376{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected