LLKFeatureLicenseType
Description
Licentrix EMS
Licensing library limitations types for Features
Syntax
LLKFeatureLicenseType
typedef enum {
LLK_PERPETUAL = 0, //< Perpetual, unlimited licensing model
LLK_FIXED_TIME_PERIOD = 1, //< Time Period (Trial) licensing model
LLK_EXACT_DATE = 2, //< Based on the duration for which the product is used
LLK_EXECUTIONS = 3, //< Based on the number of times the product is used within the specified period
LLK_UNKNOWN = 0xFF
} LLKFeatureLicenseType;
Definition
Name | Value | Limitation type | Description |
---|---|---|---|
LLK_PERPETUAL | 0 | Perpetual | Perpetual, unlimited licensing type. Only binding to a physical device of end user |
LLK_FIXED_TIME_PERIOD | 1 | Time Period (Trial) | Specified(fixed) number of days since the entitlement activation |
LLK_EXACT_DATE | 2 | Exact Date | Date upon which the license will cease to be valid (expiration date) |
LLK_EXECUTIONS | 3 | Executions | Execution Count. Based on the number of times the product is used within the specified period |
Version history
- Added in version
1.0.0