These Components implement the MIFARE Identity Memory and Configuration Management related commands.
More...
These Components implement the MIFARE Identity Memory and Configuration Management related commands.
◆ phalMfIdentity_SetConfiguration()
Configures the card and pre personalizes the card with a key, defines if the UID or the random ID is sent back during communication setup and configures the ATS string.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | bOption | [In] Configuration Option. Define length and content of the Data parameter.
|
| [in] | pData | [In] Data for the option specified. |
| [in] | bDataLen | [In] Length of bytes available in Data buffer. |
◆ phalMfIdentity_GetVersion()
Returns manufacturing related data of the PICC.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [out] | pVerInfo | [Out] The version information of the product. |
◆ phalMfIdentity_GetCardUID()
Returns the Unique ID of the PICC.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [out] | pUid | [Out] The complete UID of the PICC. |