1 #ifndef WPP_FWPKGUPDATER_H
2 #define WPP_FWPKGUPDATER_H
virtual void startUpdating()=0
Request to start updating the firmware. For notify that the update is completed, isUpdated() method s...
virtual FwUpdRes lastUpdateResult()=0
Contains the result of the last update process. This method is called whenever the FwExternalDl is re...
virtual void reset()=0
Returns the name and version of the last installed firmware package. These methods return the value o...
virtual ~FwUpdater()=default
virtual bool isUpdated()=0
Returns true if the update process is completed. For notify update result, lastUpdateResult() method ...
The WppConnection class represents a connection interface for the Wpp library.