C API for BALTECH SDK
hitag.h File Reference
#include "../typedefs.h"

Go to the source code of this file.

Macros

#define BRP_Hitag_ErrHtgNoTag   BRP_ERR_STATUS(0x3000, 0x01)
 
#define BRP_Hitag_ErrHtgCollision   BRP_ERR_STATUS(0x3000, 0x02)
 
#define BRP_Hitag_ErrHtgRxdata   BRP_ERR_STATUS(0x3000, 0x03)
 
#define BRP_Hitag_HtgChecksum   BRP_ERR_STATUS(0x3000, 0x04)
 
#define BRP_Hitag_HtgWrongParam   BRP_ERR_STATUS(0x3000, 0x07)
 
#define BRP_Hitag_ErrHtgAuth   BRP_ERR_STATUS(0x3000, 0x09)
 
#define BRP_Hitag_ErrHtgOvTo   BRP_ERR_STATUS(0x3000, 0x08)
 
#define BRP_Hitag_ErrHtgHw   BRP_ERR_STATUS(0x3000, 0x0A)
 
#define BRP_Hitag_ErrHtgCr   BRP_ERR_STATUS(0x3000, 0x0B)
 
#define BRP_Hitag_ErrHtgCfg   BRP_ERR_STATUS(0x3000, 0x0C)
 
#define BRP_Hitag_ErrHtgHfreqctrl   BRP_ERR_STATUS(0x3000, 0x0D)
 
#define BRP_Hitag_ErrHtgHwNotSupported   BRP_ERR_STATUS(0x3000, 0x0F)
 

Functions

brp_errcode brp_Hitag_Request (brp_protocol protocol, brp_Hitag_Request_TagType TagType, brp_Hitag_Request_Mode Mode, unsigned *Snr)
 
brp_errcode brp_Hitag_Select (brp_protocol protocol, brp_Hitag_Select_SelMode SelMode, unsigned Pwd, unsigned *Page1)
 
brp_errcode brp_Hitag_Halt (brp_protocol protocol)
 
brp_errcode brp_Hitag_Read (brp_protocol protocol, unsigned Address, bool InvRead, bool KeyB, bool Encrypt, bool BlockRead, unsigned **PageNr, size_t *PageNr_len, brp_mempool *mempool)
 
brp_errcode brp_Hitag_Write (brp_protocol protocol, unsigned Address, bool KeyB, bool Encrypt, bool BlockWrite, unsigned *PageNr, size_t PageNr_len)
 
brp_errcode brp_Hitag_PersonaliseHtg (brp_protocol protocol, bool Reset, bool HtgS, unsigned *Len, size_t Len_len)
 

Detailed Description

This are Hitag 125 kHz card commands.

Definition in file hitag.h.