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

Method IsRunningLatestFirmware

src/libcec/CECProcessor.cpp:1078–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076}
1077
1078bool CCECProcessor::IsRunningLatestFirmware(void)
1079{
1080 return m_communication && m_communication->IsOpen() ?
1081 m_communication->IsRunningLatestFirmware() :
1082 true;
1083}
1084
1085void CCECProcessor::SwitchMonitoring(bool bSwitchTo)
1086{

Callers

nothing calls this directly

Calls 1

IsOpenMethod · 0.45

Tested by

no test coverage detected