| 1115 | } |
| 1116 | |
| 1117 | bool 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 | |
| 1125 | bool CCECCommandHandler::TransmitPowerState(const cec_logical_address iInitiator, const cec_logical_address iDestination, cec_power_status state, bool bIsReply) |
| 1126 | { |
nothing calls this directly
no outgoing calls
no test coverage detected