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

Method TransmitPoll

src/libcec/implementations/CECCommandHandler.cpp:1117–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117bool CCECCommandHandler::TransmitPoll(const cec_logical_address iInitiator, const cec_logical_address iDestination, bool bIsReply)
1118{
1119 cec_command command;
1120 cec_command::Format(command, iInitiator, iDestination, CEC_OPCODE_NONE);
1121
1122 return Transmit(command, false, bIsReply);
1123}
1124
1125bool CCECCommandHandler::TransmitPowerState(const cec_logical_address iInitiator, const cec_logical_address iDestination, cec_power_status state, bool bIsReply)
1126{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected