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

Method SaveConfiguration

src/libcec/CECClient.cpp:1578–1583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576}
1577
1578bool CCECClient::SaveConfiguration(const libcec_configuration &configuration)
1579{
1580 return m_processor && IsRegistered() ?
1581 m_processor->SaveConfiguration(configuration) :
1582 false;
1583}
1584
1585void CCECClient::RescanActiveDevices(void)
1586{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected