X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=f8dc4bc23f5122ada19a2e7f829868233649181b;hb=5daed059e1d5bca3ddfa0787679ef4e7b349e382;hp=48883bb2f3a07646d2b8894f0ad10c5493c67fe7;hpb=1d0b2f179049bb299227a311b2323024622b7826;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index 48883bb..f8dc4bc 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -143,6 +143,11 @@ namespace CEC */ virtual uint32_t GetFirmwareBuildDate(void) = 0; + /*! + * @return True when this adapter is using the latest firmware build, or when the latest firmware build for this adapter type is unknown. False otherwise. + */ + virtual bool IsRunningLatestFirmware(void) = 0; + /*! * @return True when the control mode has been set, false otherwise. */