Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::SdkVersion Struct Reference

SDK version representation as four 1-byte ints and a text string. More...

Public Member Functions

 SdkVersion ()
 Default constructor.

Public Attributes

unsigned char major
 Major SDK version number, such as 1 in version 1.2;.
unsigned char minor
 Minor SDK version number, such as 3 in version 1.3;.
unsigned char year
 SDK year, decimal 1 or 2 digit.
unsigned char week
 SDK number of the week of the year.
const char * revision
 SDK revision string.

Detailed Description

SDK version representation as four 1-byte ints and a text string.