Fove SDK  v1.1.0
Public Attributes | List of all members
Fove_Versions Struct Reference

Struct to list various version info about the FOVE software. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_Versions:
Collaboration graph
[legend]

Public Attributes

int clientBuild
 The build version number of the client library.
 
int clientMajor
 The major version number of the client library.
 
int clientMinor
 The minor version number of the client library.
 
int clientProtocol
 The version of the communication protocol the client is using.
 
int firmware
 The firmware version number.
 
int maxFirmware
 Indicate the highest compatible firmware version.
 
int minFirmware
 Indicate the lowest compatible firmware version.
 
int runtimeBuild
 The build version number of the fove service.
 
int runtimeMajor
 The major version number of the fove service.
 
int runtimeMinor
 The minor version number of the fove service.
 
bool tooOldHeadsetConnected
 Indicate whether the connected headset is too old or not.
 

Detailed Description

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.