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

Method CanSaveConfiguration

src/libcec/CECProcessor.cpp:677–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetFirmwareVersionMethod · 0.45

Tested by

no test coverage detected