virtual bool saveDownloadedBlock(const OPAQUE_T &dataBlock)=0
Request to save downloaded block of the firmware package.
virtual void reset()=0
Reset the download process. When this method is called, the download process is reset and the downloa...
virtual void downloadIsCompleted()=0
Notify about dwnloading process completion. Regardless of the reason for the termination,...
virtual ~FwInternalDl()=default
virtual FwUpdRes downloadResult()=0
Contains the result of the download process. Possible results when download is successful: R_INITIAL ...
virtual void downloadIsStarted()=0
Notify about dwnloading process start.
The WppConnection class represents a connection interface for the Wpp library.
std::vector< uint8_t > OPAQUE_T
Opaque - represent buffer or string as lwm2m_data_t.value.asBuffer.