
Data Structures | |
| struct | phpalI14443p4_Pcsc_DataParams_t |
| PCSC ISO14443-4 parameter structure. More... | |
Macros | |
| #define | PHPAL_I14443P4_PCSC_ID 0x05 |
| ID for PCSC ISO14443-4 layer. | |
| #define | PHPAL_I14443P4_PCSC_CONFIG_EXCHANGE (PH_CONFIG_CUSTOM_BEGIN) |
| Set/Get PAL exchange.type; PHPAL_I14443P4_PCSC_NORMAL (default) or PHPAL_I14443P4_PCSC_TRANSPARENT. | |
| #define | PHPAL_I14443P4_PCSC_TRANSPARENT 0U |
| Exchange using HAL transparent exchange command (Only works with PCSC Readers that support transparent session). More... | |
| #define | PHPAL_I14443P4_PCSC_NORMAL 1U |
| Exchange the data as it is using normal HAL exchange (works with all PCSC Readers). More... | |
Functions | |
| phStatus_t | phpalI14443p4_Pcsc_Init (phpalI14443p4_Pcsc_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams) |
| Initialise PCSC ISO14443-4 layer. More... | |
| #define PHPAL_I14443P4_PCSC_TRANSPARENT 0U |
Exchange using HAL transparent exchange command (Only works with PCSC Readers that support transparent session).
Chaining/error handling etc done by PAL.
| #define PHPAL_I14443P4_PCSC_NORMAL 1U |
Exchange the data as it is using normal HAL exchange (works with all PCSC Readers).
Chaining/error handling etc controlled by the PCSC Reader.
| phStatus_t phpalI14443p4_Pcsc_Init | ( | phpalI14443p4_Pcsc_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pHalDataParams | ||
| ) |
Initialise PCSC ISO14443-4 layer.
| PH_ERR_SUCCESS | Operation successful. |
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | wSizeOfDataParams | [In] Specifies the size of the data parameter structure. |
| [in] | pHalDataParams | [In] Pointer to the parameter structure of HAL layer. |