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

Function SetInactiveView

src/dotnetlib/LibCecSharp.cpp:280–283  ·  view source on GitHub ↗

Broadcast a message that notifies connected CEC capable devices that this device is no longer the active source. True when the command was sent successfully, false otherwise.

Source from the content-addressed store, hash-verified

278 /// </summary>
279 /// <returns>True when the command was sent successfully, false otherwise.</returns>
280 bool SetInactiveView(void)
281 {
282 return !!m_libCec && m_libCec->SetInactiveView();
283 }
284
285 /// <summary>
286 /// Change the menu state. This value is already changed by libCEC automatically if a device is (de)activated.

Callers

nothing calls this directly

Calls 1

SetInactiveViewMethod · 0.80

Tested by

no test coverage detected