#include "cectypes.h"
#include <string>
Go to the source code of this file.
◆ CECEXPORTS_H_
Definition at line 35 of file cec.h.
◆ CECDestroy()
Unload the CEC adapter library.
◆ CECInitialise()
Load the CEC adapter library.
- Parameters
-
| configuration | The configuration to pass to libCEC |
- Returns
- An instance of ICECAdapter or nullptr on error.
◆ CECStartBootloader()
| bool CECStartBootloader |
( |
void |
| ) |
|
Try to connect to the adapter and send the "start bootloader" command, without initialising libCEC and going through all checks.
- Returns
- True when the command was send, false otherwise.