X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2FCECExportsCpp.h;h=ac00190571599ea9510396faa83f489b25b79cb4;hb=a58d63d2a7101b189d99e5976d23d53b0599d3d8;hp=ec69a4bb8e946bb7e8c4a2643a901eff6c470fff;hpb=bcd03b376090dafc233889bbf7405221d1a37cb0;p=deb_libcec.git diff --git a/include/CECExportsCpp.h b/include/CECExportsCpp.h index ec69a4b..ac00190 100644 --- a/include/CECExportsCpp.h +++ b/include/CECExportsCpp.h @@ -41,6 +41,11 @@ namespace CEC */ virtual bool Open(const char *strPort, int iTimeoutMs = 10000) = 0; + /*! + * @see cec_close + */ + virtual bool Close(int iTimeoutMs = 2000) = 0; + /*! * @see cec_find_devices */ @@ -91,6 +96,11 @@ namespace CEC */ virtual bool GetNextKeypress(cec_keypress *key) = 0; + /*! + * @see cec_get_next_command + */ + virtual bool GetNextCommand(cec_command *command) = 0; + /*! * @see cec_transmit */