NXP Reader Library  v17.1.0.2535
Component : Software
Collaboration diagram for Component : Software:

Data Structures

struct  phpalMifare_Sw_DataParams_t
 Software PAL-MIFARE parameter structure. More...
 

Macros

#define PHPAL_MIFARE_SW_ID   0x02
 ID for Software MIFARE layer.
 

Functions

phStatus_t phpalMifare_Sw_Init (phpalMifare_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pHalDataParams, void *pPalI14443p4DataParams)
 Initialise this layer. More...
 

Detailed Description

Function Documentation

◆ phpalMifare_Sw_Init()

phStatus_t phpalMifare_Sw_Init ( phpalMifare_Sw_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
void *  pHalDataParams,
void *  pPalI14443p4DataParams 
)

Initialise this layer.

Remark: pPalI14443p4DataParams can be NULL in case phpalMifare_ExchangeL4 and phpalMifare_ExchangePc are not needed.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
Parameters
[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 the underlying HAL layer.
[in]pPalI14443p4DataParams[In] Pointer to the parameter structure of the underlying ISO14443-4 layer.