Fove SDK  v0.16.1
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 = -1
 
int clientMajor = -1
 
int clientMinor = -1
 
int clientProtocol = -1
 
int firmware = -1
 
int maxFirmware = -1
 
int minFirmware = -1
 
int runtimeBuild = -1
 
int runtimeMajor = -1
 
int runtimeMinor = -1
 
bool tooOldHeadsetConnected = false
 

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.