| 1402 | } |
| 1403 | |
| 1404 | uint32_t CCECClient::GetClientVersion(void) |
| 1405 | { |
| 1406 | CLockObject lock(m_mutex); |
| 1407 | return m_configuration.clientVersion; |
| 1408 | } |
| 1409 | |
| 1410 | bool CCECClient::SetDeviceTypes(const cec_device_type_list &deviceTypes) |
| 1411 | { |
nothing calls this directly
no outgoing calls
no test coverage detected