|
|
int | clientBuild = -1 |
| | The build version number of the client library.
|
| |
|
int | clientDay = -1 |
| | The build date of the client library (Range: 1 to 31)
|
| |
|
char | clientHash [64] = {} |
| | Null-terminated utf8 unique identifier of the client library version (usually a 40-hex git hash)
|
| |
|
int | clientMajor = -1 |
| | The major version number of the client library.
|
| |
|
int | clientMinor = -1 |
| | The minor version number of the client library.
|
| |
|
int | clientMonth = -1 |
| | The build date of the client library (Range: 1 to 12)
|
| |
|
int | clientProtocol = -1 |
| | The version of the communication protocol the client is using.
|
| |
|
int | clientYear = -1 |
| | The build date of the client library.
|
| |
|
int | firmware = -1 |
| | The firmware version number.
|
| |
|
int | maxFirmware = -1 |
| | Indicate the highest compatible firmware version.
|
| |
|
int | minFirmware = -1 |
| | Indicate the lowest compatible firmware version.
|
| |
|
int | runtimeBuild = -1 |
| | The build version number of the fove service.
|
| |
|
int | runtimeDay = -1 |
| | The build date of the fove service (Range: 1 to 31)
|
| |
|
char | runtimeHash [64] = {} |
| | Null-terminated utf8 unique identifier of the fove service, or empty if unknown.
|
| |
|
int | runtimeMajor = -1 |
| | The major version number of the fove service.
|
| |
|
int | runtimeMinor = -1 |
| | The minor version number of the fove service.
|
| |
|
int | runtimeMonth = -1 |
| | The build date of the fove service (Range: 1 to 12)
|
| |
|
int | runtimeYear = -1 |
| | The build date of the fove service.
|
| |
|
bool | tooOldHeadsetConnected = false |
| | Indicate whether the connected headset is too old or not.
|
| |
Struct to list various version info about the FOVE software.
Contains the version for the software (both runtime and client versions). A negative value in any int field represents unknown.