NXP Reader Library  v17.1.0.2535
Common Definitions

These are common definitions for most of the Plus commands. More...

Collaboration diagram for Common Definitions:

Options to indicate the ISO14443 protocol layer to be used.

#define PHAL_MFPEVX_ISO14443_L3   0x00U
 Option to use Iso14443 Layer 3 protocol.
 
#define PHAL_MFPEVX_ISO14443_L4   0x01U
 Option to use Iso14443 Layer 4 protocol.
 

Options to indicate the communication mode.

#define PHAL_MFPEVX_ENCRYPTION_OFF   0x00U
 Option to indicate the communication between PCD and PICC is plain.
 
#define PHAL_MFPEVX_ENCRYPTION_ON   0x01U
 Option to indicate the communication between PCD and PICC is encrypted.
 

Options to indicate the communication mode as maced for PCD to PICC transfer.

#define PHAL_MFPEVX_MAC_ON_COMMAND_OFF   0x00U
 Option to indicate the communication is not maced for PCD to PICC transfer.
 
#define PHAL_MFPEVX_MAC_ON_COMMAND_ON   0x01U
 Option to indicate the communication is maced for PCD to PICC transfer.
 

Options to indicate the communication mode as maced for PICC to PCD transfer.

#define PHAL_MFPEVX_MAC_ON_RESPONSE_OFF   0x00U
 Option to indicate the communication is not maced for PICC to PCD transfer.
 
#define PHAL_MFPEVX_MAC_ON_RESPONSE_ON   0x01U
 Option to indicate the communication is maced for PICC to PCD transfer.
 

Detailed Description

These are common definitions for most of the Plus commands.