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

Method IsActiveDevice

src/libcec/CECClient.cpp:1517–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1515}
1516
1517bool CCECClient::IsActiveDevice(const cec_logical_address iAddress)
1518{
1519 cec_logical_addresses activeDevices = GetActiveDevices();
1520 return activeDevices.IsSet(iAddress);
1521}
1522
1523bool CCECClient::IsActiveDeviceType(const cec_device_type type)
1524{

Callers

nothing calls this directly

Calls 1

IsSetMethod · 0.45

Tested by

no test coverage detected