| 675 | } |
| 676 | |
| 677 | bool CCECProcessor::CanSaveConfiguration(void) |
| 678 | { |
| 679 | return !!m_communication ? |
| 680 | m_communication->GetFirmwareVersion() >= 2 : |
| 681 | false; |
| 682 | } |
| 683 | |
| 684 | bool CCECProcessor::SaveConfiguration(const libcec_configuration &configuration) |
| 685 | { |
nothing calls this directly
no test coverage detected