Virgil IoT KIT
Data Fields
vs_file_version_t Struct Reference

File version information. More...

#include <provision-structs.h>

Data Fields

uint8_t major
 Major version number. More...
 
uint8_t minor
 Minor version number. More...
 
uint8_t patch
 Patch number. More...
 
uint32_t build
 Build number. More...
 
uint32_t timestamp
 The number of seconds since VS_START_EPOCH. More...
 

Detailed Description

File version information.

Field Documentation

◆ build

uint32_t vs_file_version_t::build

Build number.

◆ major

uint8_t vs_file_version_t::major

Major version number.

◆ minor

uint8_t vs_file_version_t::minor

Minor version number.

◆ patch

uint8_t vs_file_version_t::patch

Patch number.

◆ timestamp

uint32_t vs_file_version_t::timestamp

The number of seconds since VS_START_EPOCH.


The documentation for this struct was generated from the following file: