X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=c1aad1cb5602774d669603d883a4bfb7f3b2d22c;hb=57f45e6c93ae094071e8a2f3f3786d4f26265a1d;hp=19bc4d35e74fbe130ddc73aa5650f9b7f52e8261;hpb=e6e63f5d844124caa7bb47f2ac96e9cbc66ee1fc;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 19bc4d3..c1aad1c 100644 --- a/include/cec.h +++ b/include/cec.h @@ -164,6 +164,11 @@ namespace CEC * @see cec_get_device_power_status */ virtual cec_power_status GetDevicePowerStatus(cec_logical_address iAddress) = 0; + + /*! + * @see cec_poll_device + */ + virtual bool PollDevice(cec_logical_address iAddress) = 0; }; };