SAM commands used for performing CommitReaderID in X mode for MifarePlus EV1 and MIFARE DESFire EV2 PICC.
More...
SAM commands used for performing CommitReaderID in X mode for MifarePlus EV1 and MIFARE DESFire EV2 PICC.
◆ phhalHw_SamAV3_Cmd_TMRI_CommitReaderID()
Performs CommitReaderID command execution in X mode.
If success is returned the PICC return code will have 0x00 as the value else the actual error code.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlaying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | bISOMode | [In] Options for P2 information byte.
|
| [in] | bState | [In] The PICC state in which the Sam is currenlty authenticated to.
|
| [in] | wBlockNr | [In] Block to be used if PICC state is MIFARE Plus EV1. |
| [out] | ppEncTMRI | [Out] Encrypted TM Reader ID as returned by PICC. |
| [out] | pEncTMRILen | [Out] Length of Encrypted TMRI. |
| [out] | pStatusCode | [Out] Status code returned by PICC. |