iDRS™ SDK 16
Loading...
Searching...
No Matches
CIDRSLicense Class Reference

The CIDRSLicense class stores the licensing information for a module in iDRS SDK. More...

#include <idrs_common.h>

Detailed Description

The CIDRSLicense class stores the licensing information for a module in iDRS SDK.

The class stores the following information:

  • module identifier - Module
  • license type - LicenseType
  • software key that unlocks the module features
  • address of the licensing server - used in case license type is IDRS_LICENSE_SOFTWARE
  • list of extensions to enable

This class should be used in conjunction with CIDRSSetup to specify which iDRS SDK modules and extensions will be enabled in integrator's applications.

Note
For Ocr, please see CIDRSLicenseOcr
See also
Module for a list with the modules available in iDRS SDK
Extension for a list with the extensions available in iDRS SDK
CIDRSSetup for CIDRSLicense usage details