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

Method SetRetryLineTimeout

src/libcec/CECProcessor.cpp:363–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363void CCECProcessor::SetRetryLineTimeout(uint8_t iTimeout)
364{
365 CLockObject lock(m_mutex);
366 m_iRetryLineTimeout = iTimeout;
367}
368
369uint8_t CCECProcessor::GetRetryLineTimeout(void)
370{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected