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

Method GetDeviceTypes

src/libcec/CECClient.cpp:1431–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431cec_device_type_list CCECClient::GetDeviceTypes(void)
1432{
1433 cec_device_type_list retVal;
1434 CLockObject lock(m_mutex);
1435 retVal = m_configuration.deviceTypes;
1436 return retVal;
1437}
1438
1439bool CCECClient::SetDevicePhysicalAddress(const uint16_t iPhysicalAddress)
1440{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected