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

Method SetAutoMode

src/libcec/CECProcessor.cpp:699–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699bool CCECProcessor::SetAutoMode(bool automode)
700{
701 return !!m_communication ?
702 m_communication->SetAutoMode(automode) :
703 false;
704}
705
706void CCECProcessor::RescanActiveDevices(void)
707{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected