12 #ifndef __BRP_BALTECH_SDK_CMDS_AR_H__ 13 #define __BRP_BALTECH_SDK_CMDS_AR_H__ 14 #include "../typedefs.h" 18 #define BRP_AR_ErrNoMessage BRP_ERR_STATUS(0x0500, 0x01) 22 #define BRP_AR_ErrScriptRuntime BRP_ERR_STATUS(0x0500, 0x02) 26 #define BRP_AR_ErrScriptSyntax BRP_ERR_STATUS(0x0500, 0x03) 30 #define BRP_AR_ErrScriptNotImplemented BRP_ERR_STATUS(0x0500, 0x04) 34 #define BRP_AR_ErrArDisabled BRP_ERR_STATUS(0x0500, 0x10) 48 #ifdef BRP_SUPPORT_LEGACY_METHODS 74 #ifdef BRP_SUPPORT_LEGACY_METHODS 163 #ifdef BRP_SUPPORT_LEGACY_METHODS 179 #ifdef BRP_SUPPORT_LEGACY_METHODS
brp_errcode brp_AR_GetMessage(brp_AR_GetMessage_t params)
This command checks if a card has been presented to the reader since the last AR.GetMessage execution...
brp_MessageType
Event that triggered the message.
unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
brp_MessageType * MsgType
struct brp_mempool_object_t * brp_mempool
mempool handle.
brp_errcode brp_AR_RestrictScanCardFamilies(brp_AR_RestrictScanCardFamilies_t params)
This command restricts the card families that Autoread will scan for.
brp_CardFamilies CardFamiliesFilter
brp_errcode brp_AR_SetMode(brp_AR_SetMode_t params)
This command controls Autoread mode at runtime.
unsigned char * brp_buf
represents a pointer to a protocol data buffer.
brp_errcode brp_AR_RunScript(brp_AR_RunScript_t params)
This command runs a BaltechScript.