Appearance
struct ota_image_version_t
Represents the version number information of an OTA image. #include <ota/ota.h>
Public Attributes
Name | |
---|---|
uint8_t | maj the major version of the image |
uint8_t | min the minor version of the image |
uint16_t | patch the patch-level of the image |
uint32_t | build the build number of the image |
Public Attributes Documentation
variable maj
cpp
uint8_t ota_image_version_t::maj
the major version of the image
variable min
cpp
uint8_t ota_image_version_t::min
the minor version of the image
variable patch
cpp
uint16_t ota_image_version_t::patch
the patch-level of the image
variable build
cpp
uint32_t ota_image_version_t::build
the build number of the image