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

Method HandleVendorCommand

src/libcec/implementations/CECCommandHandler.cpp:817–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817int CCECCommandHandler::HandleVendorCommand(const cec_command & UNUSED(command))
818{
819 return CEC_ABORT_REASON_INVALID_OPERAND;
820}
821
822int CCECCommandHandler::HandleVendorRemoteButtonDown(const cec_command& command)
823{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected