
Data Structures | |
| struct | phalMfc_Sw_DataParams_t |
| Private parameter structure. More... | |
Macros | |
| #define | PHAL_MFC_SW_ID 0x01 |
| ID for Software MIFARE layer. | |
Functions | |
| phStatus_t | phalMfc_Sw_Init (phalMfc_Sw_DataParams_t *pDataParams, uint16_t wSizeOfDataParams, void *pPalMifareDataParams, void *pKeyStoreDataParams) |
| Initialise this layer. More... | |
| phStatus_t phalMfc_Sw_Init | ( | phalMfc_Sw_DataParams_t * | pDataParams, |
| uint16_t | wSizeOfDataParams, | ||
| void * | pPalMifareDataParams, | ||
| void * | pKeyStoreDataParams | ||
| ) |
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] | pPalMifareDataParams | [In] Pointer to the parameter structure of the palMifare component. |
| [in] | pKeyStoreDataParams | [In] Pointer to the parameter structure of the KeyStore component. |