![]() |
Fove SDK
v1.3.1
|
Struct Contains hardware information for the headset. More...
#include <FoveAPI.h>
Public Attributes | |
char | manufacturer [256] = {} |
Manufacturer info, as a null-terminated UTF-8 string. | |
char | modelName [256] = {} |
Model name, as a null-terminated UTF-8 string. | |
char | serialNumber [256] = {} |
Serial number, as a null-terminated UTF-8 string. | |
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.