gos_version_details_t Struct Reference

Data Fields

const char * platform
 The device's platform.
 
uint32_t sdk_number
 If the app was built with the SDK then this contains its version number.
 
uint32_t version
 The Gecko OS version as a uint32. More...
 
const char * version_str
 The Gecko OS version as a string. More...
 
const char * tag
 The os tag string. More...
 
const char * license
 The Gecko OS license code.
 
const char * customer_code
 Product's customer code.
 
const char * product_code
 The product name.
 

Detailed Description

Details about the current firmeware version

Field Documentation

◆ tag

const char* gos_version_details_t::tag

The os tag string.

The bundle tag string.

◆ version

uint32_t gos_version_details_t::version

The Gecko OS version as a uint32.

The bundle version number as a uint32.

◆ version_str

const char* gos_version_details_t::version_str

The Gecko OS version as a string.

The bundle version number as a string.