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

Method GetClientVersion

src/libcec/CECClient.cpp:1404–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404uint32_t CCECClient::GetClientVersion(void)
1405{
1406 CLockObject lock(m_mutex);
1407 return m_configuration.clientVersion;
1408}
1409
1410bool CCECClient::SetDeviceTypes(const cec_device_type_list &deviceTypes)
1411{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected