Fove SDK  v1.3.1
Public Attributes | List of all members
Fove_LicenseInfo Struct Reference

Struct with details about a FOVE license. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_LicenseInfo:
Collaboration graph
[legend]

Public Attributes

int expirationDay = 0
 Expiration day (1 - 31), 0 if there is no expiration.
 
int expirationMonth = 0
 Expiration month (1 - 12), 0 if there is no expiration.
 
int expirationYear = 0
 Expiration, year (eg. 2028), 0 if there is no expiration.
 
char licensee [256] = {}
 Null-terminated name of the person or organization that this license is for, truncated as needed.
 
char licenseType [128] = {}
 Null-termianted type of license, such as "Professional".
 
unsigned char uuid [16] = {}
 128-bit UUID of this license, in binary form
 

Detailed Description

Struct with details about a FOVE license.