These Components implements the MIFARE Plus personalization commands.
More...
These Components implements the MIFARE Plus personalization commands.
◆ phalMfp_WritePerso()
Performs a MIFARE Plus Write Perso command.
The Write Perso command can be executed using the ISO14443-3 communication protocol (after layer 3 activation)
or using the ISO14443-4 protocol (after layer 4 activation)
- 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] | bLayer4Comm | [In] ISO14443 protocol to be used.
|
| [in] | wBlockNr | [In] Block number to be personalized. |
| [in] | pValue | [In] The value for the block mentioned in BlockNr parameter. |
◆ phalMfp_CommitPerso()
Performs a MIFARE Plus Commit Perso command.
The Commit Perso command can be executed using the ISO14443-3 communication protocol (after layer 3 activation)
or using the ISO14443-4 protocol (after layer 4 activation).
- 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] | bLayer4Comm | [In] ISO14443 protocol to be used.
|