| 972 | } |
| 973 | |
| 974 | bool CCECCommandHandler::TransmitRequestOSDName(const cec_logical_address iInitiator, const cec_logical_address iDestination, bool bWaitForResponse /* = true */) |
| 975 | { |
| 976 | cec_command command; |
| 977 | cec_command::Format(command, iInitiator, iDestination, CEC_OPCODE_GIVE_OSD_NAME); |
| 978 | |
| 979 | return Transmit(command, !bWaitForResponse, false); |
| 980 | } |
| 981 | |
| 982 | bool CCECCommandHandler::TransmitRequestAudioStatus(const cec_logical_address iInitiator, const cec_logical_address iDestination, bool bWaitForResponse /* = true */) |
| 983 | { |