Describes about the MIFARE DUOX Utility functions. These are not part of actual MIFARE DUOX data sheet rather its for internal purpose.
More...
|
| | Defines |
| | Macro Definitions for Utility interface support.
|
| |
Describes about the MIFARE DUOX Utility functions. These are not part of actual MIFARE DUOX data sheet rather its for internal purpose.
◆ phalMfDuoX_GetConfig()
Perform a GetConfig command.
- Returns
- Status code
- Return values
-
- 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()
Perform a SetConfig command.
- Returns
- Status code
- Return values
-
- 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_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |