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

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... | |
The Options to be used for below mentioned interface. ReadData WriteData.
| #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.
| #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.
| #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.