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

Function SendKeyRelease

src/dotnetlib/LibCecSharp.cpp:498–501  ·  view source on GitHub ↗

Send a key release to a device on the CEC bus. The logical address of the device to send the message to. True to wait for a response, false otherwise. True when the key release was acked, false otherwise.

Source from the content-addressed store, hash-verified

496 /// <param name="wait">True to wait for a response, false otherwise.</param>
497 /// <returns>True when the key release was acked, false otherwise.</returns>
498 bool SendKeyRelease(CecLogicalAddress destination, bool wait)
499 {
500 return !!m_libCec && m_libCec->SendKeyRelease((cec_logical_address)destination, wait);
501 }
502
503 /// <summary>
504 /// Get the OSD name of a device on the CEC bus.

Callers

nothing calls this directly

Calls 1

SendKeyReleaseMethod · 0.45

Tested by

no test coverage detected