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

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... | |
The communication mode to be used for Command / Response.
| #define PHAL_MFDUOX_COMMUNICATION_PLAIN 0x00U |
Plain mode of communication.
The Command / Response will be is plain format.
| #define PHAL_MFDUOX_COMMUNICATION_MAC 0x10U |
MAC mode of communication.
The Command / Response will have MAC appended at last.
| #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.