C API for BALTECH SDK
ask.h File Reference

This are ASK 125kHz card commands. More...

#include "../typedefs.h"

Go to the source code of this file.

Macros

#define BRP_ASK_ErrAskNoTag   BRP_ERR_STATUS(0x3600, 0x01)
 No Tag. More...
 
#define BRP_ASK_ErrAskRxdata   BRP_ERR_STATUS(0x3600, 0x03)
 Wrong length or wrong data. More...
 
#define BRP_ASK_ErrAskParity   BRP_ERR_STATUS(0x3600, 0x05)
 Parity error. More...
 
#define BRP_ASK_ErrAskParam   BRP_ERR_STATUS(0x3600, 0x07)
 Wrong command param (on HF). More...
 
#define BRP_ASK_ErrAskHfreqctrl   BRP_ERR_STATUS(0x3600, 0x08)
 Another task requested control over HF via hf_request_control. More...
 
#define BRP_ASK_ErrAskHw   BRP_ERR_STATUS(0x3600, 0x09)
 Missing Platform ID or Readerchip error. More...
 
#define BRP_ASK_ErrAskHwNotSupported   BRP_ERR_STATUS(0x3600, 0x0B)
 Hardware not supported. More...
 

Functions

brp_errcode brp_ASK_SecuraKeyRead (brp_protocol protocol, brp_buf *Data, size_t *Data_len, brp_mempool *mempool)
 Returns data of SecuraKey tags (read only tag). More...
 
brp_errcode brp_ASK_GproxRead (brp_protocol protocol, brp_buf *Data, size_t *Data_len, brp_mempool *mempool)
 Returns data of G-Prox tags (read only tag). More...
 
brp_errcode brp_ASK_CotagRead (brp_protocol protocol, brp_buf *Data, size_t *Data_len, brp_mempool *mempool)
 Returns data of Cotag tags (read only tag). More...
 

Detailed Description

This are ASK 125kHz card commands.

Definition in file ask.h.