@@ -175,11 +175,11 @@ typedef struct
175
175
{
176
176
/// Number of seconds. If 00h then CCID default value is used.
177
177
unsigned char bTimeOut ;
178
- /// Several parameters for the PIN format options (defined in § 6.1.11.4)
178
+ /// Several parameters for the PIN format options (defined in § 6.1.11.4)
179
179
unsigned char bmFormatString4 ;
180
180
/// Define the length of the PIN to present in the APDU command
181
181
unsigned char bmPINBlockString ;
182
- /// Allows the length PIN insertion in the APDU command (defined in § 6.1.11.6)
182
+ /// Allows the length PIN insertion in the APDU command (defined in § 6.1.11.6)
183
183
unsigned char bmPinLengthFormat ;
184
184
/// Insertion position offset in byte for the current PIN
185
185
unsigned char bInsertionOffsetOld ;
@@ -218,13 +218,13 @@ typedef struct
218
218
/// Protocol Data Structure for Protocol T=0 (bProtocolNum=0, dwLength=00000005h)
219
219
typedef struct
220
220
{
221
- /// B7-4 FI Index into the table 7 in ISO/IEC 7816-3:1997 selecting a
221
+ /// B7-4 - FI - Index into the table 7 in ISO/IEC 7816-3:1997 selecting a
222
222
/// clock rate conversion factor
223
- /// B3-0 DI - Index into the table 8 in ISO/IEC 7816-3:1997 selecting a
223
+ /// B3-0 - DI - Index into the table 8 in ISO/IEC 7816-3:1997 selecting a
224
224
/// baud rate conversion factor
225
225
unsigned char bmFindexDindex ;
226
- /// For T=0 ,B0 0b, B7-2 000000b
227
- /// B1 Convention used (b1=0 for direct, b1=1 for inverse)
226
+ /// For T=0 ,B0 - 0b, B7-2 - 000000b
227
+ /// B1 - Convention used (b1=0 for direct, b1=1 for inverse)
228
228
unsigned char bmTCCKST0 ; // 0 to 2
229
229
/// Extra Guardtime between two characters. Add 0 to 254 etu to the normal
230
230
/// guardtime of 12etu. FFh is the same as 00h.
@@ -243,14 +243,14 @@ typedef struct
243
243
/// Protocol Data Structure for Protocol T=1 (bProtocolNum=1, dwLength=00000007h)
244
244
typedef struct
245
245
{
246
- /// B7-4 FI Index into the table 7 in ISO/IEC 7816-3:1997 selecting a
246
+ /// B7-4 - FI - Index into the table 7 in ISO/IEC 7816-3:1997 selecting a
247
247
/// clock rate conversion factor
248
- /// B3-0 DI - Index into the table 8 in ISO/IEC 7816-3:1997 selecting a
248
+ /// B3-0 - DI - Index into the table 8 in ISO/IEC 7816-3:1997 selecting a
249
249
/// baud rate conversion factor
250
250
unsigned char bmFindexDindex ;
251
- /// For T=1, B7-2 000100b
252
- /// B0 Checksum type (b0=0 for LRC, b0=1 for CRC
253
- /// B1 Convention used (b1=0 for direct, b1=1 for inverse)
251
+ /// For T=1, B7-2 - 000100b
252
+ /// B0 - Checksum type (b0=0 for LRC, b0=1 for CRC
253
+ /// B1 - Convention used (b1=0 for direct, b1=1 for inverse)
254
254
unsigned char bmTCCKST1 ; // 10h, 11h, 12h, 13h
255
255
/// Extra Guardtime (0 to 254 etu between two characters).
256
256
/// If value is FFh, then guardtime is reduced by 1.
@@ -292,8 +292,8 @@ typedef struct
292
292
/// - 04h 1.8V
293
293
/// Other bits are RFU.
294
294
unsigned char bVoltageSupport ;
295
- /// RRRR Upper Word- is RFU = 0000h
296
- /// PPPP Lower Word- Encodes the supported protocol types. A 1 in a given
295
+ /// RRRR - Upper Word- is RFU = 0000h
296
+ /// PPPP - Lower Word- Encodes the supported protocol types. A "1" in a given
297
297
/// bit position indicates support for the associated ISO protocol.
298
298
/// 0001h = Protocol T=0
299
299
/// 0002h = Protocol T=1
@@ -318,7 +318,7 @@ typedef struct
318
318
/// Indicates the maximum IFSD supported by CCID for protocol T=1.
319
319
unsigned long dwMaxIFSD ;
320
320
/// - RRRR-Upper Word- is RFU = 0000h
321
- /// - PPPP-Lower Word- encodes the supported protocol types. A 1 in a given
321
+ /// - PPPP-Lower Word- encodes the supported protocol types. A "1" in a given
322
322
/// bit position indicates support for the associated protocol.
323
323
/// 0001h indicates support for the 2-wire protocol 1
324
324
/// 0002h indicates support for the 3-wire protocol 1
0 commit comments