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

Method GetMaskForType

src/libcec/LibCEC.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370uint16_t CLibCEC::GetMaskForType(cec_logical_address address)
371{
372 return CCECTypeUtils::GetMaskForType(address);
373}
374
375uint16_t CLibCEC::GetMaskForType(cec_device_type type)
376{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected