X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=1701df786c16fe7489e356cf76e3ed157ded3f32;hb=0544ff5613f17de822de4efcf4c1e3ab376347bc;hp=9be8d21980e77306605abf32669a97f4bf925d82;hpb=a3269a0a9e8973e29cfe073dd8e558aad173f984;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 9be8d21..1701df7 100644 --- a/include/cec.h +++ b/include/cec.h @@ -149,6 +149,16 @@ namespace CEC * @see cec_get_device_menu_language */ virtual bool GetDeviceMenuLanguage(cec_logical_address iAddress, cec_menu_language *language) = 0; + + /*! + * @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; }; };