SqueezeBrains SDK 1.13
sb_cs::SbLicenseModule Class Reference

License module Class that wraps the sb_t_license_module structure More...

#include <cs_license.h>

Collaboration diagram for sb_cs::SbLicenseModule:

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...
 

Detailed Description

License module Class that wraps the sb_t_license_module structure

Definition at line 105 of file cs_license.h.

Field Documentation

◆ configuration

SbLicenseConfiguration sb_cs::SbLicenseModule::configuration

License configuration.

See also
sb_t_license_module::configuration

Definition at line 118 of file cs_license.h.

◆ err

SbError sb_cs::SbLicenseModule::err

The license error.

See also
sb_t_license_module::err

Definition at line 160 of file cs_license.h.

◆ remain

signed long long sb_cs::SbLicenseModule::remain

Number of second before expiration.

See also
sb_t_license_module::remain

Definition at line 148 of file cs_license.h.

◆ sn

String sb_cs::SbLicenseModule::sn

Serial number.

See also
sb_t_license_module::sn

Definition at line 166 of file cs_license.h.

◆ status

SbLicenseModuleStatus sb_cs::SbLicenseModule::status

The license status.

See also
sb_t_license_module::status

Definition at line 154 of file cs_license.h.

◆ time_end

SbTime sb_cs::SbLicenseModule::time_end

End date of the license.

See also
sb_t_license_module::time_end

Definition at line 142 of file cs_license.h.

◆ time_start

SbTime sb_cs::SbLicenseModule::time_start

Start date of the license.

See also
sb_t_license_module::time_start

Definition at line 136 of file cs_license.h.

◆ training

bool sb_cs::SbLicenseModule::training

Training status.

See also
sb_t_license_module::training

Definition at line 124 of file cs_license.h.

◆ type

SbLicenseType sb_cs::SbLicenseModule::type

License type of the module.

See also
sb_t_license_module::type

Definition at line 112 of file cs_license.h.

◆ version

SbVersion sb_cs::SbLicenseModule::version

Version of the module when the license was created.

See also
sb_t_license_module::version

Definition at line 130 of file cs_license.h.


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