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

Function CecCommandHandler

src/cec-client/cec-client.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230int CecCommandHandler(void *UNUSED(cbParam), const cec_command* UNUSED(command))
231{
232 return 0;
233}
234void CecAlert(void *UNUSED(cbParam), const libcec_alert type, const libcec_parameter UNUSED(param))
235{
236 switch (type)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected