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

Method SetWakeDevices

src/libcec/CECClient.cpp:1354–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354void CCECClient::SetWakeDevices(const cec_logical_addresses &addresses)
1355{
1356 {
1357 CLockObject lock(m_mutex);
1358 m_configuration.wakeDevices = addresses;
1359 }
1360 SaveConfiguration(m_configuration);
1361}
1362
1363cec_logical_addresses CCECClient::GetWakeDevices(void)
1364{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected