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

Method GetStandardLineTimeout

src/libcec/CECProcessor.cpp:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357uint8_t CCECProcessor::GetStandardLineTimeout(void)
358{
359 CLockObject lock(m_mutex);
360 return m_iStandardLineTimeout;
361}
362
363void CCECProcessor::SetRetryLineTimeout(uint8_t iTimeout)
364{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected