Struct with details about a FOVE license.
More...
#include <FoveAPI.h>
|
int | expirationDay |
| Expiration day (1 - 31), 0 if there is no expiration.
|
|
int | expirationMonth |
| Expiration month (1 - 12), 0 if there is no expiration.
|
|
int | expirationYear |
| 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
|
|
Struct with details about a FOVE license.