SqueezeBrains SDK 1.13
sb_t_license Struct Reference

Defines the license and its properties. More...

#include <sb.h>

Collaboration diagram for sb_t_license:

Data Fields

char address [256]
 Company address.
 
char company [128]
 Company name.
 
char company_role [128]
 Role of the user in the company.
 
char mail [128]
 User mail address.
 
char name [128]
 User name.
 
char operating_system [128]
 Operating system.
 
char phone [32]
 Company phone number.
 
char surname [128]
 Surname.
 
char sector_of_interest [1024]
 Sectors of interest of the company.
 
char vat [32]
 Company VAT number.
 
char vendor_code [SB_LICENSE_VENDOR_CODE_SIZE+4]
 vendor code.
 
char machine_id [36]
 machine identifier, uniquely identifies the hardware.
 
sb_t_license_module module [SB_LICENSE_MODULE_NUMBER]
 Array of the license of the modules Retina, Surface, Deep Surface and Deep Cortex.
 
signed long long time_create
 Creation date. More...
 
signed long long time_modify
 Last modification date. More...
 
signed long long time_save
 Last save date. More...
 

Detailed Description

Defines the license and its properties.

Definition at line 6950 of file sb.h.

Field Documentation

◆ time_create

signed long long sb_t_license::time_create

Creation date.

It is an integral value representing the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC

Definition at line 6972 of file sb.h.

◆ time_modify

signed long long sb_t_license::time_modify

Last modification date.

It is an integral value representing the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC.

Definition at line 6977 of file sb.h.

◆ time_save

signed long long sb_t_license::time_save

Last save date.

It is an integral value representing the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC

Definition at line 6982 of file sb.h.


The documentation for this struct was generated from the following file: