Skip to content

struct ota_image_version_t

Represents the version number information of an OTA image. #include <ota/ota.h>

Public Attributes

Name
uint8_tmaj
the major version of the image
uint8_tmin
the minor version of the image
uint16_tpatch
the patch-level of the image
uint32_tbuild
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