These Components implement the MIFARE Plus data operation commands.
More...
These Components implement the MIFARE Plus data operation commands.
◆ phalMfp_MultiBlockWrite()
Performs a Multi Block Write command.
This command is for to use in Security Level 2 only and with MFC Authenticated state.
- 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] | bBlockNr | [In] PICC block number to which the data should be written. |
| [in] | bNumBlocks | [In] Number of blocks to write (must not be more than 3). |
| [in] | pBlocks | [In] Block(s) (16 * bNumBlocks bytes). |
◆ phalMfp_MultiBlockRead()
Performs a Multi Block Read command.
This command is for to use in Security Level 2 only and with MFC Authenticated state.
- 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] | bBlockNr | [In] PICC block number from which the data should be read. |
| [in] | bNumBlocks | [In] Number of blocks to read (must not be more than 3). |
| [out] | pBlocks | [Out] Block(s) (16 * bNumBlocks bytes). |