NXP Reader Library  v17.1.0.2535
CommunicationModes

The communication mode to be used for Command / Response. More...

Collaboration diagram for CommunicationModes:

Macros

#define PHAL_MFDUOX_COMMUNICATION_PLAIN   0x00U
 Plain mode of communication. More...
 
#define PHAL_MFDUOX_COMMUNICATION_MAC   0x10U
 MAC mode of communication. More...
 
#define PHAL_MFDUOX_COMMUNICATION_FULL   0x30U
 Enciphered mode of communication. More...
 

Detailed Description

The communication mode to be used for Command / Response.

Macro Definition Documentation

◆ PHAL_MFDUOX_COMMUNICATION_PLAIN

#define PHAL_MFDUOX_COMMUNICATION_PLAIN   0x00U

Plain mode of communication.

The Command / Response will be is plain format.

◆ PHAL_MFDUOX_COMMUNICATION_MAC

#define PHAL_MFDUOX_COMMUNICATION_MAC   0x10U

MAC mode of communication.

The Command / Response will have MAC appended at last.

◆ PHAL_MFDUOX_COMMUNICATION_FULL

#define PHAL_MFDUOX_COMMUNICATION_FULL   0x30U

Enciphered mode of communication.

The Command Data / Response Data will be encrypted and will have MAC appended at last.