These Components implement the MIFARE Plus additional feature commands.
More...
These Components implement the MIFARE Plus additional feature commands.
◆ phalMfp_ResetAuth()
| phStatus_t phalMfp_ResetAuth |
( |
void * |
pDataParams | ) |
|
Performs a Reset Auth command.
- 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. |
◆ phalMfp_ResetSecMsgState()
| phStatus_t phalMfp_ResetSecMsgState |
( |
void * |
pDataParams | ) |
|
Reset the libraries internal secure messaging state.
This function must be called before interacting with the PICC to set the libraries internal card-state back to default.
E.g. when an error occurred or after a reset of the field.
- 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. |