These Components implement the MIFARE DESFire Miscellaneous functions. These are not part of actual DESFire data sheet rather its for internal purpose.
More...
These Components implement the MIFARE DESFire Miscellaneous functions. These are not part of actual DESFire data sheet rather its for internal purpose.
◆ phalMfdf_GetConfig()
Perform a GetConfig command.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending 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()
Perform a SetConfig command.
- Returns
- Status code
- Return values
-
| PH_ERR_SUCCESS | Operation successful. |
| Other | Depending 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_SUCCESS | Operation successful. |
| Other | Depending on implementation and underlying component. |
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |