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

Function StartBootloader

src/dotnetlib/LibCecSharp.cpp:168–171  ·  view source on GitHub ↗

Start the bootloader of the CEC adapter. Closes the connection when successful. True when the command was sent successfully, false otherwise.

Source from the content-addressed store, hash-verified

166 /// </summary>
167 /// <returns>True when the command was sent successfully, false otherwise.</returns>
168 bool StartBootloader(void)
169 {
170 return !!m_libCec && m_libCec->StartBootloader();
171 }
172
173 /// <summary>
174 /// Transmit a raw CEC command over the CEC line.

Callers

nothing calls this directly

Calls 1

StartBootloaderMethod · 0.45

Tested by

no test coverage detected