X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=36a9bb1d434356bd304afc86119f35347e6af0c4;hb=dd4efb6df8cba28edea1b965351f37a3c7a27ada;hp=cec8501a0c3e22a051fee4e3709dd758281577bf;hpb=7bb4ed43f15a0fa2be17d2c3f580b181ac7430a7;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index cec8501..36a9bb1 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -119,5 +119,10 @@ namespace CEC * @return The firmware version of this CEC adapter. */ virtual uint16_t GetFirmwareVersion(void) = 0; + + /*! + * @return True when the control mode has been set, false otherwise. + */ + virtual bool SetControlledMode(bool controlled) = 0; }; };