NXP NFC Reader Library
v4.040.05.011646
|
Software PAL-ISO14443P3A parameter structure. More...
Data Fields | |
uint16_t | wId |
Layer ID for this component, NEVER MODIFY! | |
void * | pHalDataParams |
Pointer to the parameter structure of the underlying layer. More... | |
uint8_t | abUid [10] |
Array holding the activated UID. More... | |
uint8_t | bUidLength |
Length of UID stored in abUid . More... | |
uint8_t | bUidComplete |
Whether the UID is complete (1 ) or not (0 ). More... | |
uint8_t | bOpeMode |
Operation mode. More... | |
uint8_t | bPollCmd |
Used to differentiate which command to send REQA or WakeUpA command for polling. | |
Software PAL-ISO14443P3A parameter structure.
void* phpalI14443p3a_Sw_DataParams_t::pHalDataParams |
Pointer to the parameter structure of the underlying layer.
uint8_t phpalI14443p3a_Sw_DataParams_t::abUid[10] |
Array holding the activated UID.
uint8_t phpalI14443p3a_Sw_DataParams_t::bUidLength |
Length of UID stored in abUid
.
uint8_t phpalI14443p3a_Sw_DataParams_t::bUidComplete |
Whether the UID is complete (1
) or not (0
).
uint8_t phpalI14443p3a_Sw_DataParams_t::bOpeMode |
Operation mode.
One of NFC, EMVCo, ISO.