Instructions
NFC &
MIFARE & ISO14443AB & ISO15693 & ISO18000 & ISO7816 IC Card Module www.quio-rfid.de
Copyright © 2003-2022 Quick Ohm Küpper & Co. GmbH. All rights reserved. 63/101
Frame 0x62 Checksum
Example:
Send: 0x00 08 00 9D 03 00 11 11 96
Return: 0x00 05 01 9D 00 99
5.8.2.13 DESFire Create STD Data File
Function: Create Standard Data File in current application.
Host sends:
Frame 0x9E FID Comm.Sett AccessRight Size Checksum
FID: 1 byte.
Comm.Sett: 1 byte, 0: Plaintext; 1: MAC code checksum; 3: DES/3DES encryption.
AccessRight: 2 bytes (LSB in first).
Size: 3 bytes (LSB in first).
Success:
Frame 0x9E Status Checksum
Status: status code returned from the card.
Please reference: DESFire Returned State Code.
Failure:
Frame 0x61 Checksum
Example:
Send: 0x00 0B 00 9E 03 00 EE EE 00 01 00 97
Return: 0x00 05 01 9E 00 9A
5.8.2.14 DESFire Create Backup Data File
Function: Create Data File in current application, support backup mechanism (mirror). Then
the file actual size is greater than or equal to DOUBLE size of specify file size and it is multiple
of 32 bytes.
Host sends:
Frame 0x9F FID Comm.Sett AccessRight Size Checksum
File ID: 1 byte.
Comm.Sett: 1byte, 0: Plaintext; 1:MAC code checksum; 3: DES/3DES encryption.
AccessRight: 2 bytes (LSB in first).
Size: 3 bytes (LSB in first).
Success:
Frame 0x9F Status Checksum
Status: status code returned from the card.
Please reference: DESFire Returned State Code.
Failure:
Frame 0x60 Checksum
Example:
Send: 0x00 0B 00 9F 04 00 EE EE 00 01 00 91
Return: 0x00 05 01 9F 00 9B
5.8.2.15 DESFire Create Value File
Function: Create Value File in current application, support backup mechanism.