NXP Reader Library  v17.1.0.2535
Commands_SymmetricKeyManagement

Describes about the MIFARE DUOX Symmetric Key Management commands. More...

Collaboration diagram for Commands_SymmetricKeyManagement:

Modules

 Defines
 Macro Definitions for Symmetric Key Management commands.
 

Functions

phStatus_t phalMfDuoX_GetKeySettings (void *pDataParams, uint8_t bOption, uint8_t **ppResponse, uint16_t *pRspLen)
 Gets PICC Key Settings of the PICC or Application Key Setting for the application. More...
 

Detailed Description

Describes about the MIFARE DUOX Symmetric Key Management commands.

Function Documentation

◆ phalMfDuoX_GetKeySettings()

phStatus_t phalMfDuoX_GetKeySettings ( void *  pDataParams,
uint8_t  bOption,
uint8_t **  ppResponse,
uint16_t pRspLen 
)

Gets PICC Key Settings of the PICC or Application Key Setting for the application.

In addition it returns the number of keys which are configured for the selected application and if applicable the AppKeySetSettings.

Note: The Option information will not be exchanged to PICC in case of PICC / Application Key Settings.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSIf DataParams is null.
XXXX
  • Depending on status codes return by PICC.
  • Other Depending on implementation and underlying component.
Parameters
[in]pDataParams[In] Pointer to this layer's parameter structure.
[in]bOption[In] Option to be used for information retrieval. One of the below values.
[out]ppResponse[Out] Returns the key settings.
[out]pRspLen[Out] Length bytes available in ppKeySettings buffer.