NXP Reader Library  v17.1.0.2535
Commands_Miscellaneous

These Components implement the MIFARE DESFire Miscellaneous functions. These are not part of actual DESFire data sheet rather its for internal purpose. More...

Collaboration diagram for Commands_Miscellaneous:

Modules

 Defines
 These are common definitions for phalMfdf_GetConfig and phalMfdf_SetConfig utility interfaces.
 

Functions

phStatus_t phalMfdf_GetConfig (void *pDataParams, uint16_t wConfig, uint16_t *pValue)
 Perform a GetConfig command. More...
 
phStatus_t phalMfdf_SetConfig (void *pDataParams, uint16_t wConfig, uint16_t wValue)
 Perform a SetConfig command. More...
 
phStatus_t phalMfdf_ResetAuthStatus (void *pDataParams)
 Resets Authentication status. More...
 

Detailed Description

These Components implement the MIFARE DESFire Miscellaneous functions. These are not part of actual DESFire data sheet rather its for internal purpose.

Function Documentation

◆ phalMfdf_GetConfig()

phStatus_t phalMfdf_GetConfig ( void *  pDataParams,
uint16_t  wConfig,
uint16_t pValue 
)

Perform a GetConfig 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.
[in]wConfig[In] Configuration to read. Will be one of the below values.
[out]pValue[Out] The value for the mentioned configuration.

◆ phalMfdf_SetConfig()

phStatus_t phalMfdf_SetConfig ( void *  pDataParams,
uint16_t  wConfig,
uint16_t  wValue 
)

Perform a SetConfig 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.
[in]wConfig[In] Configuration to be updated. Will be one of the below values.
[in]wValue[In] The value for the mentioned configuration.

◆ phalMfdf_ResetAuthStatus()

phStatus_t phalMfdf_ResetAuthStatus ( void *  pDataParams)

Resets Authentication status.

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.