X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=1701df786c16fe7489e356cf76e3ed157ded3f32;hb=e55f3f703996f8c347db3fe2442893163f5523b7;hp=4389d7bfa849101c86250265952b1b74f94202bb;hpb=44c74256f77e455f9ef241351ecde43fd53d5c35;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 4389d7b..1701df7 100644 --- a/include/cec.h +++ b/include/cec.h @@ -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; }; };