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

Data Structures

struct  phpalI14443p4_Android_DataParams_t
 ISO14443-4 parameter structure. More...
 

Macros

#define PHPAL_I14443P4_ANDROID_ID   0x06
 ID for ANDROID ISO14443-4 layer.
 
#define PHPAL_I14443P4_ANDROID_TECHNOLOGIE_NONE   0x00
 Technologies available.
 
#define PHPAL_I14443P4_ANDROID_CONFIG_SYS_INFO_SIZE   (PH_CONFIG_CUSTOM_BEGIN)
 Custom Configs. More...
 

Functions

phStatus_t phpalI14443p4_Android_Init (phpalI14443p4_Android_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, phbalReg_SocketWin_DataParams_t *pBalDataParams, uint8_t *pExchangeBuffer, uint16_t wExchangeBufSize)
 Initialise this layer. More...
 

Detailed Description

Macro Definition Documentation

◆ PHPAL_I14443P4_ANDROID_CONFIG_SYS_INFO_SIZE

#define PHPAL_I14443P4_ANDROID_CONFIG_SYS_INFO_SIZE   (PH_CONFIG_CUSTOM_BEGIN)

Custom Configs.

Get the actual sysinfo size.

Function Documentation

◆ phpalI14443p4_Android_Init()

phStatus_t phpalI14443p4_Android_Init ( phpalI14443p4_Android_DataParams_t pDataParams,
uint16_t  wSizeOfDataParams,
phbalReg_SocketWin_DataParams_t pBalDataParams,
uint8_t pExchangeBuffer,
uint16_t  wExchangeBufSize 
)

Initialise this layer.

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]pBalDataParams[In] Pointer to the parameter structure of the underlying layer.
[in]pExchangeBuffer[In] Pointer to global Exchange buffer used by the Exchange() function.
[in]wExchangeBufSize[In] Size of the global Exchange buffer.