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

Method TransmitRequestOSDName

src/libcec/implementations/CECCommandHandler.cpp:974–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972}
973
974bool 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
982bool CCECCommandHandler::TransmitRequestAudioStatus(const cec_logical_address iInitiator, const cec_logical_address iDestination, bool bWaitForResponse /* = true */)
983{

Callers 1

RequestOSDNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected