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

Method GetAdapterProductId

src/libcec/CECProcessor.cpp:1138–1141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1136}
1137
1138uint16_t CCECProcessor::GetAdapterProductId(void) const
1139{
1140 return m_communication ? m_communication->GetAdapterProductId() : 0;
1141}
1142
1143CCECAllocateLogicalAddress::CCECAllocateLogicalAddress(CCECProcessor* processor, CECClientPtr client) :
1144 m_processor(processor),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected