StandardPayloadParser.h
Go to the documentation of this file.
29 StandardPayloadParser(Storage::Partition part, size_t currentVersion, size_t allowedVersionBytes = 24)
Definition: AdvancedPayloadParser.h:18
This parser allows the processing of firmware data that is directly stored to the flash memory using ...
Definition: StandardPayloadParser.h:26
ReadWriteStream * getStorageStream(size_t storageSize) override
Creates new stream to store the firmware update.
StandardPayloadParser(Storage::Partition part, size_t currentVersion, size_t allowedVersionBytes=24)
Definition: StandardPayloadParser.h:29
bool switchRom(const UpdateState &updateState) override
This method is responsible for switching the rom. This method is NOT restarting the system...
Definition: PayloadParser.h:33
Definition: PayloadParser.h:30
1.8.13