BALTECH Docs |
C API for BALTECH SDK
|
This command group contains commands related to license management. More...
#include "../typedefs.h"
Go to the source code of this file.
Macros | |
#define | BRP_Lic_ErrNoLicCard BRP_ERR_STATUS(0x0B00, 0x01) |
No valid LicenseCard detected. More... | |
#define | BRP_Lic_ErrAccess BRP_ERR_STATUS(0x0B00, 0x02) |
Card cannot be accessed (e.g. More... | |
#define | BRP_Lic_ErrNotSupported BRP_ERR_STATUS(0x0B00, 0x03) |
The license type of the presented LicenseCard isn't supported by the reader hardware or firmware. More... | |
#define | BRP_Lic_ErrAlreadyActive BRP_ERR_STATUS(0x0B00, 0x04) |
A license of this type is already activated on the reader. More... | |
#define | BRP_Lic_ErrNoFreeLicense BRP_ERR_STATUS(0x0B00, 0x05) |
The LicenseCard contains no free license. More... | |
#define | BRP_Lic_ErrActivation BRP_ERR_STATUS(0x0B00, 0x06) |
The license couldn't be activated on the reader. More... | |
Functions | |
brp_errcode | brp_Lic_GetLicenses (brp_protocol protocol, brp_LicenseBitMask *LicenseBitMask) |
This command retrieves a bit mask of the licenses that are activated on the reader. More... | |
brp_errcode | brp_Lic_ReadLicCard (brp_protocol protocol) |
This command reads and evaluates a LicenseCard. More... | |
This command group contains commands related to license management.
Definition in file lic.h.