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

Function CanSaveConfiguration

src/dotnetlib/LibCecSharp.cpp:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616 /// <returns>True when this CEC adapter can save the user configuration, false otherwise.</returns>
617#if CEC_LIB_VERSION_MAJOR >= 5
618 bool CanSaveConfiguration(void)
619 {
620 return !!m_libCec &&
621 m_libCec->CanSaveConfiguration();
622 }
623#else
624 bool CanPersistConfiguration(void)
625 {

Callers

nothing calls this directly

Calls 1

CanSaveConfigurationMethod · 0.45

Tested by

no test coverage detected