SDK version representation as four 1-byte ints and a text string.
More...
|
|
| SdkVersion () |
| | Default constructor.
|
|
|
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.
|
SDK version representation as four 1-byte ints and a text string.