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

Method CRHCommandHandler

src/libcec/implementations/RHCommandHandler.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45#define ToString(p) LIB_CEC->ToString(p)
46
47CRHCommandHandler::CRHCommandHandler(CCECBusDevice *busDevice,
48 int32_t iTransmitTimeout /* = CEC_DEFAULT_TRANSMIT_TIMEOUT */,
49 int32_t iTransmitWait /* = CEC_DEFAULT_TRANSMIT_WAIT */,
50 int8_t iTransmitRetries /* = CEC_DEFAULT_TRANSMIT_RETRIES */,
51 int64_t iActiveSourcePending /* = 0 */) :
52 CCECCommandHandler(busDevice, iTransmitTimeout, iTransmitWait, iTransmitRetries, iActiveSourcePending)
53{
54 m_vendorId = CEC_VENDOR_ONKYO;
55}
56
57int CRHCommandHandler::HandleDeviceVendorCommandWithId(const cec_command &command)
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected