NXP Reader Library  v17.1.0.2535

These Components implement the MIFARE Plus additional feature commands. More...

Collaboration diagram for Commands_Special:

Functions

phStatus_t phalMfp_ResetAuth (void *pDataParams)
 Performs a Reset Auth command. More...
 
phStatus_t phalMfp_ResetSecMsgState (void *pDataParams)
 Reset the libraries internal secure messaging state. More...
 

Detailed Description

These Components implement the MIFARE Plus additional feature commands.

Function Documentation

◆ phalMfp_ResetAuth()

phStatus_t phalMfp_ResetAuth ( void *  pDataParams)

Performs a Reset Auth command.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
OtherDepending 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_SUCCESSOperation successful.
OtherDepending on implementation and underlying component.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.