X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=36a9bb1d434356bd304afc86119f35347e6af0c4;hb=b057edadea84636e4e48fff043631b4bf98a9a34;hp=cec8501a0c3e22a051fee4e3709dd758281577bf;hpb=9bb14797c432e3d85c81b935fff0972cd61b5e66;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; }; };