![]() |
SqueezeBrains SDK 1.18
|
Defines all the attributes and properties of a license module. More...
#include <sb.h>

Data Fields | |
| sb_t_license_type | type |
| License type of the module. | |
| sb_t_license_configuration | configuration |
| License configuration. | |
| int | training |
| Training status. More... | |
| sb_t_version | version |
| Version of the module when the license was created. | |
| signed long long | time_start |
| Start date of the license. More... | |
| signed long long | time_end |
| End date of the license. More... | |
| signed long long | remain |
| Number of second before expiration. | |
| sb_t_license_module_status | status |
| The license status. More... | |
| sb_t_err | err |
| The license error. More... | |
| char | sn [32] |
| Serial number. More... | |
Defines all the attributes and properties of a license module.
| sb_t_err sb_t_license_module::err |
The license error.
This is used only if status is SB_LICENSE_MODULE_STATUS_ERR.
| char sb_t_license_module::sn[32] |
| sb_t_license_module_status sb_t_license_module::status |
The license status.
If the status is SB_LICENSE_MODULE_STATUS_ERR see the field err.
| signed long long sb_t_license_module::time_end |
| signed long long sb_t_license_module::time_start |
| int sb_t_license_module::training |