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