Application version structure. More...
#include <ota_appversion32.h>
Data Fields | |
| union { | |
| struct version { | |
| uint16_t build | |
| Build of the firmware (Z in firmware version Z.Y.X). | |
| uint8_t minor | |
| Minor version number of the firmware (Y in firmware version Z.Y.X). | |
| uint8_t major | |
| Major version number of the firmware (X in firmware version Z.Y.X). | |
| } x | |
| Version number of the firmware. | |
| uint32_t unsignedVersion32 | |
| int32_t signedVersion32 | |
| } | u |
| Version based on configuration in big endian or little endian. | |
Application version structure.