Skip to main content

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

NameValueLimitation typeDescription
LLK_PERPETUAL0PerpetualPerpetual, unlimited licensing type. Only binding to a physical device of end user
LLK_FIXED_TIME_PERIOD1Time Period (Trial)Specified(fixed) number of days since the entitlement activation
LLK_EXACT_DATE2Exact DateDate upon which the license will cease to be valid (expiration date)
LLK_EXECUTIONS3ExecutionsExecution Count. Based on the number of times the product is used within the specified period

Version history

  • Added in version 1.0.0