#include <reader.h>
Data Fields | |
| uint8_t | bTimerOut |
| timeout is seconds (00 means use default timeout) | |
| uint8_t | bTimerOut2 |
| timeout in seconds after first key stroke | |
| uint8_t | bmFormatString |
| formatting options | |
| uint8_t | bmPINBlockString |
| bits 7-4 bit size of PIN length in APDU, bits 3-0 PIN block size in bytes after justification and formatting | |
| uint8_t | bmPINLengthFormat |
| bits 7-5 RFU, bit 4 set if system units are bytes, clear if system units are bits, bits 3-0 PIN length position in system units | |
| uint16_t | wPINMaxExtraDigit |
| 0xXXYY where XX is minimum PIN size in digits, and YY is maximum PIN size in digits | |
| uint8_t | bEntryValidationCondition |
| Conditions under which PIN entry should be considered complete. | |
| uint8_t | bNumberMessage |
| Number of messages to display for PIN verification. | |
| uint16_t | wLangId |
| Language for messages. | |
| uint8_t | bMsgIndex |
| Message index (should be 00). | |
| uint8_t | bTeoPrologue [3] |
| T=1 block prologue field to use (fill with 00). | |
| uint32_t | ulDataLength |
| length of Data to be sent to the ICC | |
| uint8_t | abData [1] |
| Data to send to the ICC. | |
Definition at line 142 of file reader.h.
1.4.7