Data Fields | |
unsigned char | bTimeOut |
unsigned char | bmFormatString4 |
unsigned char | bmPINBlockString |
unsigned char | bmPinLengthFormat |
unsigned char | bInsertionOffsetOld |
unsigned char | bInsertionOffsetNew |
unsigned char | wPINMaxExtraDigit |
unsigned char | bConfirmPIN |
unsigned char | bEntryValidationCondition |
unsigned char | bNumberMessage |
unsigned char | wLangId |
unsigned char | bMsgIndex1 |
unsigned char | bMsgIndex2 |
unsigned char | bMsgIndex3 |
unsigned char | bTeoPrologue [3] |
unsigned char | abPINApdu [255] |
Definition at line 194 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::abPINApdu[255] |
Byte array APDU to send to the ICC
Definition at line 235 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bConfirmPIN |
00h,01h,02h,03h Indicates if a confirmation is requested before acceptance of a new PIN (meaning that the user has to enter this new PIN twice before it is accepted) Indicates if the current PIN must be entered and set in the same APDU field of not.
Definition at line 215 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bEntryValidationCondition |
The value is a bit wise OR operation. 01h Max size reached 02h Validation key pressed 04h Timeout occurred
Definition at line 220 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bInsertionOffsetNew |
Insertion position offset in byte for the new PIN
Definition at line 207 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bInsertionOffsetOld |
Insertion position offset in byte for the current PIN
Definition at line 205 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bmFormatString4 |
Several parameters for the PIN format options (defined in § 6.1.11.4)
Definition at line 199 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bmPINBlockString |
Define the length of the PIN to present in the APDU command
Definition at line 201 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bmPinLengthFormat |
Allows the length PIN insertion in the APDU command (defined in § 6.1.11.6)
Definition at line 203 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bMsgIndex1 |
Message index in the Reader message table (should be 00h or 01h).
Definition at line 227 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bMsgIndex2 |
Message index in the Reader message table (should be 01h or 02h).
Definition at line 229 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bMsgIndex3 |
Message index in the Reader message table (should be 02h).
Definition at line 231 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bNumberMessage |
00h,01h,02h,03h,or FFh Number of messages to display for the PIN modify command.
Definition at line 223 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bTeoPrologue[3] |
T=1 I-block prologue field to use. Significant only if protocol in use is T=1.
Definition at line 233 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::bTimeOut |
Number of seconds. If 00h then CCID default value is used.
Definition at line 197 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::wLangId |
Language used to display the messages. The 16 bit
Definition at line 225 of file cciddriver.h.
unsigned char _S_ccid_PIN_Modification::wPINMaxExtraDigit |
XXYYh XX: Minimum PIN size in digit YY: Maximum PIN size in digit
Definition at line 211 of file cciddriver.h.