|
libsle4442
0.2-5
|
The main struct which represent the status of the card. More...
#include "sle.h"
Data Fields | |
| uint8_t * | atr |
| ptr to a 4 bytes ATR header returned by the ATZ command. | |
| uint8_t * | main_memory |
| ptr to a 256 bytes copy of the SLE 4442 memory. | |
| uint8_t * | protected_memory |
| ptr to a 32 bytes copy of the SLE 4442 memory. | |
| uint8_t * | security_memory |
| 4 bytes | |
| uint8_t * | ck_proc |
| processing clock counts | |
| uint8_t | card_present |
| card present 0=no; 1=yes | |
| uint8_t | auth |
| card auth 1 - ok, 0 - writing forbidden More... | |
The main struct which represent the status of the card.
Keep in mind AtMega chips have only 1 KB RAM, dumping all the card memory into RAM may cause an out of memory.
| uint8_t auth |
card auth 1 - ok, 0 - writing forbidden
auth ok, I can write
1.8.13