C API for BALTECH SDK
qkey.h File Reference

These are the Quadrakey 125kHz card commands. More...

#include "../typedefs.h"

Go to the source code of this file.

Macros

#define BRP_QKey_ErrQkeyNoTag   BRP_ERR_STATUS(0x3500, 0x01)
 No tag error. More...
 
#define BRP_QKey_ErrQkeyRxdata   BRP_ERR_STATUS(0x3500, 0x03)
 Wrong length or wrong data. More...
 
#define BRP_QKey_ErrQkeyParity   BRP_ERR_STATUS(0x3500, 0x05)
 Parity error. More...
 
#define BRP_QKey_ErrQkeyParam   BRP_ERR_STATUS(0x3500, 0x07)
 Wrong command param (on HF). More...
 
#define BRP_QKey_ErrQkeyHfreqctrl   BRP_ERR_STATUS(0x3500, 0x08)
 Another task requested control over HF via hf_request_control. More...
 
#define BRP_QKey_ErrQkeyHw   BRP_ERR_STATUS(0x3500, 0x09)
 Missing Platform ID or Readerchip error. More...
 
#define BRP_QKey_ErrQkeyHwNotSupported   BRP_ERR_STATUS(0x3500, 0x0B)
 Hardware not supported. More...
 

Functions

brp_errcode brp_QKey_Read (brp_protocol protocol, brp_buf *Data, size_t *Data_len, brp_mempool *mempool)
 Returns data of quadrakey tags (read only tag). More...
 

Detailed Description

These are the Quadrakey 125kHz card commands.

Definition in file qkey.h.