BALTECH SDK wrapper functions reference
lic.h
Go to the documentation of this file.
1 
10 #ifndef __BRP_BALTECH_SDK_CMDS_LIC_H__
11 #define __BRP_BALTECH_SDK_CMDS_LIC_H__
12 #include "../typedefs.h"
16 #define BRP_Lic_ErrNoLicCard BRP_ERR_STATUS(0x0B00, 0x01)
17 
20 #define BRP_Lic_ErrAccess BRP_ERR_STATUS(0x0B00, 0x02)
21 
25 #define BRP_Lic_ErrNotSupported BRP_ERR_STATUS(0x0B00, 0x03)
26 
29 #define BRP_Lic_ErrAlreadyActive BRP_ERR_STATUS(0x0B00, 0x04)
30 
33 #define BRP_Lic_ErrNoFreeLicense BRP_ERR_STATUS(0x0B00, 0x05)
34 
40 #define BRP_Lic_ErrActivation BRP_ERR_STATUS(0x0B00, 0x06)
41 typedef struct {
52 #ifdef BRP_SUPPORT_LEGACY_METHODS
54 #else
56 #endif
57 typedef struct {
72 #ifdef BRP_SUPPORT_LEGACY_METHODS
74 #else
76 #endif
77 #endif
78 
License bit mask.
Definition: typedefs.h:4634
brp_errcode brp_Lic_ReadLicCard(brp_Lic_ReadLicCard_t params)
This command reads and evaluates a LicenseCard.
unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
Definition: errorcodes.h:23
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
Definition: protocol.h:34
brp_errcode brp_Lic_GetLicenses(brp_Lic_GetLicenses_t params)
This command retrieves a bit mask of the licenses that are activated on the reader.
brp_protocol protocol
Definition: lic.h:42
brp_protocol protocol
Definition: lic.h:58
brp_LicenseBitMask * LicenseBitMask
Definition: lic.h:43