Classes | |
class | AdvancedPayloadParser |
class | PayloadParser |
class | StandardPayloadParser |
This parser allows the processing of firmware data that is directly stored to the flash memory using RbootOutputStream. More... | |
Typedefs | |
using | RbootPayloadParser = StandardPayloadParser |
Variables | |
constexpr int8_t | VERSION_NOT_READY {-1} |
constexpr int8_t | ERROR_INVALID_MQTT_MESSAGE {-1} |
constexpr int8_t | ERROR_INVALID_PATCH_VERSION {-2} |
constexpr int8_t | ERROR_UNKNOWN_REASON {-10} |
Typedef Documentation
◆ RbootPayloadParser
using OtaUpgrade::Mqtt::RbootPayloadParser = typedef StandardPayloadParser |
Variable Documentation
◆ ERROR_INVALID_MQTT_MESSAGE
constexpr int8_t OtaUpgrade::Mqtt::ERROR_INVALID_MQTT_MESSAGE {-1} |
◆ ERROR_INVALID_PATCH_VERSION
constexpr int8_t OtaUpgrade::Mqtt::ERROR_INVALID_PATCH_VERSION {-2} |
◆ ERROR_UNKNOWN_REASON
constexpr int8_t OtaUpgrade::Mqtt::ERROR_UNKNOWN_REASON {-10} |
◆ VERSION_NOT_READY
constexpr int8_t OtaUpgrade::Mqtt::VERSION_NOT_READY {-1} |