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

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... | |
Describes about the MIFARE DUOX Symmetric Key Management commands.
| 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.
| PH_ERR_SUCCESS | Operation successful. |
| PH_ERR_INVALID_DATA_PARAMS | If DataParams is null. |
| XXXX |
|
| [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. |