C API for BALTECH SDK
lic.h
Go to the documentation of this file.
1 
11 #ifndef __BRP_BALTECH_API_CMDS_LIC_H__
12 #define __BRP_BALTECH_API_CMDS_LIC_H__
13 #include "../typedefs.h"
18 #define BRP_Lic_ErrNoLicCard BRP_ERR_STATUS(0x0B00, 0x01)
19 
23 #define BRP_Lic_ErrAccess BRP_ERR_STATUS(0x0B00, 0x02)
24 
32 #define BRP_Lic_ErrNotSupported BRP_ERR_STATUS(0x0B00, 0x03)
33 
37 #define BRP_Lic_ErrAlreadyActive BRP_ERR_STATUS(0x0B00, 0x04)
38 
42 #define BRP_Lic_ErrNoFreeLicense BRP_ERR_STATUS(0x0B00, 0x05)
43 
50 #define BRP_Lic_ErrActivation BRP_ERR_STATUS(0x0B00, 0x06)
51 
74 #endif
75 
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)
brp_errcode brp_Lic_ReadLicCard(brp_protocol protocol)