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

Method SendSetOSDString

src/libcec/CECClient.cpp:671–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671bool CCECClient::SendSetOSDString(const cec_logical_address iLogicalAddress, const cec_display_control duration, const char *strMessage)
672{
673 CCECBusDevice *primary = GetPrimaryDevice();
674 if (primary)
675 return primary->TransmitOSDString(iLogicalAddress, duration, strMessage, false);
676
677 return false;
678}
679
680cec_version CCECClient::GetDeviceCecVersion(const cec_logical_address iAddress)
681{

Callers 1

SetOSDStringMethod · 0.80

Calls 1

TransmitOSDStringMethod · 0.45

Tested by

no test coverage detected