Add hf iclass creditepurse command to allow crediting the epurse debit value.

This commit is contained in:
nvx 2023-09-10 22:56:46 +10:00
commit 186308cb4a
10 changed files with 318 additions and 6 deletions

View file

@ -87,6 +87,12 @@ typedef struct {
uint8_t mac[4];
} PACKED iclass_writeblock_req_t;
// iCLASS write block request data structure
typedef struct {
iclass_auth_req_t req;
uint8_t epurse[4];
} PACKED iclass_credit_epurse_t;
// iCLASS dump data structure
typedef struct {
uint8_t blockno;