added: set controlled mode on after opening a connection to the adapter
[deb_libcec.git] / src / lib / adapter / AdapterCommunication.h
index cec8501a0c3e22a051fee4e3709dd758281577bf..36a9bb1d434356bd304afc86119f35347e6af0c4 100644 (file)
@@ -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;
   };
 };