NXP Reader Library  v17.1.0.2535

The Options to be used for below mentioned interface. ReadData WriteData. More...

Collaboration diagram for Chaining:

Macros

#define PHAL_MFDUOX_CHAINING_NATIVE   0x00
 Option to represent the native chaining format. More...
 
#define PHAL_MFDUOX_CHAINING_ISO   0x01
 Option to represent the ISO/IEC 14443-4 chaining format. More...
 
#define PHAL_MFDUOX_CHAINING_ISO_SHORT_LEN   0x03
 Option to represent the ISO/IEC 14443-4 chaining format when ISO7816-4 wrapping is enabled. More...
 

Detailed Description

The Options to be used for below mentioned interface. ReadData WriteData.

Macro Definition Documentation

◆ PHAL_MFDUOX_CHAINING_NATIVE

#define PHAL_MFDUOX_CHAINING_NATIVE   0x00

Option to represent the native chaining format.

Here AF will be available as command code in Command and Response.

◆ PHAL_MFDUOX_CHAINING_ISO

#define PHAL_MFDUOX_CHAINING_ISO   0x01

Option to represent the ISO/IEC 14443-4 chaining format.

Here AF as command code will not be available in Command and Response rather the chaining will be done using the ISO14443 L4 protocol. In case of Wrapped Mode, Extended Length APDU will be used.

◆ PHAL_MFDUOX_CHAINING_ISO_SHORT_LEN

#define PHAL_MFDUOX_CHAINING_ISO_SHORT_LEN   0x03

Option to represent the ISO/IEC 14443-4 chaining format when ISO7816-4 wrapping is enabled.

By using this option in wrapped mode, APDU framing is performed according to short length format.