VLScommuterInfo
Syntax
{
int commuter_code_version;
int codegen_version;
char feature_name[VLS_MAXFEALEN];
char feature_version[VLS_MAXVERLEN];
int birth_day;
int birth_month;
int birth_year;
int death_day;
int death_month;
int death_year;
int num_of_licenses;
int locking_crit;
char lock_info[VLS_MAXCLLOCKLEN];
char vendor_info[VLS_VENINFOLEN + 1];
char issuing_server[MAX_NAME_LEN];
long key_life_time;
int protocol_type;
int status;
int structSz;
int birth_hours;
int birth_minutes;
int death_hours;
int death_minutes;
unsigned long num_of_licenses_v2;
}VLScommuterInfo;
Argument | Description |
commuter_code_version |
Version of commuter code |
codegen_version |
Version of the code generator used |
feature_name |
Name of the feature |
feature_version |
Version of the feature |
birth_day |
Start day (1-31) |
birth_month |
Start month (1-12) |
birth_year |
Start year |
death_day |
End day (1-31) |
death_month |
End month (1-12) |
death_year |
End year |
num_of_licenses |
Number of licenses. |
locking_crit |
Locking criteria of the client |
lock_info |
Locking information of the client |
vendor_info |
The vendor-defined information string. Maximum length of this string can be 2000 characters. |
issuing_server |
License checked out from <servername> |
key_life_time |
The license lifetime for this feature (in minutes). |
protocol_type |
Type of protocol used |
status |
>1 - Active >0 - Inactive |
The fields below are added since the 9.1.0 release. | |
structSz | Size of the VLScommuterInfo structure. The structSz needs to be set by the caller. |
birth_hours | License start hours (0-23) |
birth_minutes | License start minutes (0-59) |
death_hours | License expiration hours (0-23). |
death_minutes | License expiration minutes (0-59) |
num_of_licenses_v2 | Number of licenses. From Sentinel RMS v9.5 onwards, this new attribute has been introduced to support license hard limit up to 4,294,967,294. This is applicable for license version 20 and above. |
NOTE From RMS v9.5 onwards, license hard limit up to 4,294,967,294 is supported. This is applicable for license version 20 and above.