C API for BALTECH SDK
lic.h
Go to the documentation of this file.
1 
10 #ifndef __BRP_BALTECH_API_CMDS_LIC_H__
11 #define __BRP_BALTECH_API_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 
28 #define BRP_Lic_ErrNotSupported BRP_ERR_STATUS(0x0B00, 0x03)
29 
32 #define BRP_Lic_ErrAlreadyActive BRP_ERR_STATUS(0x0B00, 0x04)
33 
36 #define BRP_Lic_ErrNoFreeLicense BRP_ERR_STATUS(0x0B00, 0x05)
37 
43 #define BRP_Lic_ErrActivation BRP_ERR_STATUS(0x0B00, 0x06)
44 
65 #endif
66 
License bit mask.
Definition: typedefs.h:4735
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_protocol protocol, brp_LicenseBitMask *LicenseBitMask)
This command retrieves a bit mask of the licenses that are activated on the reader.
brp_errcode brp_Lic_ReadLicCard(brp_protocol protocol)
This command reads and evaluates a LicenseCard.