cec: added GetDevicePowerStatus()/cec_get_device_power_status()
[deb_libcec.git] / include / cec.h
index 4389d7bfa849101c86250265952b1b74f94202bb..1701df786c16fe7489e356cf76e3ed157ded3f32 100644 (file)
@@ -154,6 +154,11 @@ namespace CEC
      * @see cec_get_device_vendor_id
      */
     virtual uint64_t GetDeviceVendorId(cec_logical_address iAddress) = 0;
+
+    /*!
+     * @see cec_get_device_power_status
+     */
+    virtual cec_power_status GetDevicePowerStatus(cec_logical_address iAddress) = 0;
   };
 };