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

Function PowerOnDevices

src/dotnetlib/LibCecSharp.cpp:219–222  ·  view source on GitHub ↗

Power on the given CEC capable devices. If CECDEVICE_BROADCAST is used, then wakeDevice in libcec_configuration will be used. The logical address to power on. True when the command was sent successfully, false otherwise.

Source from the content-addressed store, hash-verified

217 /// <param name="logicalAddress">The logical address to power on.</param>
218 /// <returns>True when the command was sent successfully, false otherwise.</returns>
219 bool PowerOnDevices(CecLogicalAddress logicalAddress)
220 {
221 return !!m_libCec && m_libCec->PowerOnDevices((cec_logical_address) logicalAddress);
222 }
223
224 /// <summary>
225 /// Put the given CEC capable devices in standby mode. If CECDEVICE_BROADCAST is used, then standbyDevices in libcec_configuration will be used.

Callers

nothing calls this directly

Calls 1

PowerOnDevicesMethod · 0.45

Tested by

no test coverage detected