
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... | |
| #define PHPAL_I14443P4_ANDROID_CONFIG_SYS_INFO_SIZE (PH_CONFIG_CUSTOM_BEGIN) |
Custom Configs.
Get the actual sysinfo size.
| 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.
| 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] | 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. |