Fove SDK  v0.16.0
Public Attributes | List of all members
Fove_HeadsetHardwareInfo Struct Reference

Struct Contains hardware information for the headset. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_HeadsetHardwareInfo:
Collaboration graph
[legend]

Public Attributes

char manufacturer [256]
 Manufacturer info, as a null-terminated UTF8 string.
 
char modelName [256]
 Model name, as a null-terminated UTF8 string.
 
char serialNumber [256]
 Serial number, as a null-terminated UTF8 string.
 

Detailed Description

Struct Contains hardware information for the headset.

Contains the serial number, manufacturer and model name for the headset. Values of the member fields originates from their UTF-8 string representations defined by headset manufacturers, and passed to us (FoveClient) by FoveService server through an IPC message. The server may be sending very long strings, but the FoveClient library will be truncating them in an unspecified manner to 0-terminated strings of length at most 256.