Describes about the MIFARE DUOX Memory and Configuration Management commands.
More...
|
| | Defines |
| | Macro Definitions for Memory and Configuration Management commands.
|
| |
Describes about the MIFARE DUOX Memory and Configuration Management commands.
◆ phalMfDuoX_FreeMem()
Returns free memory available on the PICC.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [out] | ppMemInfo | [Out] Current free memory available. Response Will be of 3 bytes with LSB first.
If the free memory available is 7592 bytes, then 7592 in Hex will be 0x001F10
ppMemInfo will contain 10 1F 00. |
| [out] | pMemInfoLen | [Out] Length of bytes available in ppMemInfo buffer. |
◆ phalMfDuoX_GetVersion()
Returns manufacturing related data of the PICC.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layer's parameter structure. |
| [in] | bOption | [In] Option information to be exchanged. Will be one of the following,
|
| [out] | ppVersion | [Out] Returns the complete version information of the PICC. The information includes,
- Hardware Information
- Software Information
- Production Related Information
- Will have FabID based on bOption information.
|
| [out] | pVerLen | [Out] Length of bytes available in ppVersion buffer. |