SqueezeBrains SDK 1.18
|
License module Class that wraps the sb_t_license_module structure More...
#include <cs_license.h>
Data Fields | |
SbLicenseType | type |
License type of the module. More... | |
SbLicenseConfiguration | configuration |
License configuration. More... | |
bool | training |
Training status. More... | |
SbVersion | version |
Version of the module when the license was created. More... | |
SbTime | time_start |
Start date of the license. More... | |
SbTime | time_end |
End date of the license. More... | |
signed long long | remain |
Number of second before expiration. More... | |
SbLicenseModuleStatus | status |
The license status. More... | |
SbError | err |
The license error. More... | |
String | sn |
Serial number. More... | |
License module Class that wraps the sb_t_license_module structure
Definition at line 106 of file cs_license.h.
SbLicenseConfiguration sb_cs::SbLicenseModule::configuration |
License configuration.
Definition at line 119 of file cs_license.h.
SbError sb_cs::SbLicenseModule::err |
signed long long sb_cs::SbLicenseModule::remain |
Number of second before expiration.
Definition at line 149 of file cs_license.h.
String sb_cs::SbLicenseModule::sn |
SbLicenseModuleStatus sb_cs::SbLicenseModule::status |
The license status.
Definition at line 155 of file cs_license.h.
SbTime sb_cs::SbLicenseModule::time_end |
End date of the license.
Definition at line 143 of file cs_license.h.
SbTime sb_cs::SbLicenseModule::time_start |
Start date of the license.
Definition at line 137 of file cs_license.h.
bool sb_cs::SbLicenseModule::training |
SbLicenseType sb_cs::SbLicenseModule::type |
License type of the module.
Definition at line 113 of file cs_license.h.
SbVersion sb_cs::SbLicenseModule::version |
Version of the module when the license was created.
Definition at line 131 of file cs_license.h.