Data Fields | |
unsigned char | bTimerOut |
unsigned char | bmFormatString |
unsigned char | bmPINBlockString |
unsigned char | bmPINLengthFormat |
unsigned char | wPINMaxExtraDigit |
unsigned char | bEntryValidationCondition |
unsigned char | bNumberMessage |
unsigned char | wLangId |
unsigned char | bMsgIndex |
unsigned char | bTeoPrologue [3] |
unsigned char | abPINApdu [255] |
Definition at line 163 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::abPINApdu[255] |
APDU to send to the ICC
Definition at line 186 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bEntryValidationCondition |
The value is a bit wise OR operation.
Definition at line 176 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bmFormatString |
Several parameters for the PIN format options
Definition at line 168 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bmPINBlockString |
Define the length of the PIN to present in the APDU command
Definition at line 170 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bmPINLengthFormat |
Allows the length PIN insertion in the APDU command
Definition at line 172 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bMsgIndex |
Message index in the Reader message table
Definition at line 182 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bNumberMessage |
Number of messages to display for the PIN modify command
Definition at line 178 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bTeoPrologue[3] |
T=1 I-block prologue field to use
Definition at line 184 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::bTimerOut |
Number of seconds.
Definition at line 166 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::wLangId |
Language used to display the messages.
Definition at line 180 of file cciddriver.h.
unsigned char _S_ccid_PIN_Verification::wPINMaxExtraDigit |
Minimum PIN size in digit and Maximum PIN size in digit
Definition at line 174 of file cciddriver.h.