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

Method SetStandardLineTimeout

src/libcec/CECProcessor.cpp:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void CCECProcessor::SetStandardLineTimeout(uint8_t iTimeout)
352{
353 CLockObject lock(m_mutex);
354 m_iStandardLineTimeout = iTimeout;
355}
356
357uint8_t CCECProcessor::GetStandardLineTimeout(void)
358{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected