NXP Reader Library  v17.1.0.2535
Commands_Utility

Describes about the MIFARE DUOX Utility functions. These are not part of actual MIFARE DUOX data sheet rather its for internal purpose. More...

Collaboration diagram for Commands_Utility:

Modules

 Defines
 Macro Definitions for Utility interface support.
 

Functions

phStatus_t phalMfDuoX_GetConfig (void *pDataParams, uint16_t wConfig, uint16_t *pValue)
 Perform a GetConfig command. More...
 
phStatus_t phalMfDuoX_SetConfig (void *pDataParams, uint16_t wConfig, uint16_t wValue)
 Perform a SetConfig command. More...
 
phStatus_t phalMfDuoX_ResetAuthentication (void *pDataParams)
 Reset the authentication. More...
 

Detailed Description

Describes about the MIFARE DUOX Utility functions. These are not part of actual MIFARE DUOX data sheet rather its for internal purpose.

Function Documentation

◆ phalMfDuoX_GetConfig()

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

Perform a GetConfig command.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSIf any of the DataParams are null.
PH_ERR_INVALID_PARAMETERIf the return buffer is null
PH_ERR_UNSUPPORTED_PARAMETERIf configuration (wConfig) option provided is not supported.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wConfig[In] Configuration to read. Will be one of the below values. for list of supported configurations refer Configuration Identifier
[out]pValue[Out] The value for the mentioned configuration.

◆ phalMfDuoX_SetConfig()

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

Perform a SetConfig command.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSIf any of the DataParams are null.
PH_ERR_UNSUPPORTED_PARAMETERIf configuration (wConfig) option provided is not supported.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]wConfig[In] Configuration to set. Will be one of the below values. for list of supported configurations refer Configuration Identifier
[in]wValue[In] The value for the mentioned configuration.

◆ phalMfDuoX_ResetAuthentication()

phStatus_t phalMfDuoX_ResetAuthentication ( void *  pDataParams)

Reset the authentication.

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.