RD710 Hardware Sli15693 PAL parameter structure. More...
Data Fields | |
| uint16_t | wId |
| ID for this component, not to be modified by user. More... | |
| phhalHw_Rd710_DataParams_t * | pHalDataParams |
| Pointer to the HAL Rd710 data parameter. More... | |
| uint16_t | wAdditionalInfo |
| Holds the last error code sent by the VICC. More... | |
| uint8_t | bFlags |
| This holds the value of Request Flag field used in the commands sent by the library. | |
| uint8_t | pUid [8] |
| The VICC's Unique Identifier, which always is of 8 bytes. | |
| uint8_t | bUidBitLen |
| The current length of the UID in bits. | |
RD710 Hardware Sli15693 PAL parameter structure.
| uint16_t phpalSli15693_Rd710_DataParams_t::wId |
ID for this component, not to be modified by user.
This is initialized with PHPAL_SLI15693_RD710_ID in the Initialization function. This is used for validating the data parameter structure and to make sure that APIs are called after initialization.
| phhalHw_Rd710_DataParams_t* phpalSli15693_Rd710_DataParams_t::pHalDataParams |
Pointer to the HAL Rd710 data parameter.
This pointer is initialized with the address of Rd710 HAL data parameter structure by Initialization interface.
| uint16_t phpalSli15693_Rd710_DataParams_t::wAdditionalInfo |
Holds the last error code sent by the VICC.
But for Authentication Scenario contains the Flag Byte[non-error] as well. When a response is received from the VICC with the error flag PHPAL_SLI15693_FLAG_RESP_ERROR set, the error code returned by VICC is stored here.