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. 60/101
Host sends:
Frame 0x93 KeyID ekKey Checksum
KeyID: 1 byte.
ekKey: 24bytes (Refer to the datasheet for encryption calculations, or use the tools we
provide and refer to source code).
Success:
Frame 0x93 Status Checksum
Status: status code returned from the card.
Please reference: DESFire Returned State Code.
Failure:
Frame 0x6C Checksum
Example:
Send: 0x00 1D 00 93 01 B5 30 7D 8F 42 7E D4 E3 C2 9B 0E 2B F0 A8 9D 49 59 35 9E 62
1F FE C8 00 BA
Return: 0x00 05 01 93 00 97
5.8.2.6 DESFire Get Key Version
Function: Get the key version information.
Host sends:
Frame 0x94 KeyID Checksum
KeyID: 1 byte.
Success:
Frame 0x94 Status Version Checksum
Status: status code returned from the card.
Please reference: DESFire Returned State Code.
Version: 1 byte.
Failure:
Frame 0x6B Checksum
Example:
Send: 0x00 05 00 94 01 90
Return: 0x00 06 01 94 00 F0 63
5.8.2.7 DESFire Delete Application
Function: Delete the specified application.
Host sends:
Frame 0x96 AID Checksum
AID: 3 bytes (LSB in first).
Success:
Frame 0x96 Status Checksum
Status: status code returned from the card.
Please reference: DESFire Returned State Code.
Failure:
Frame 0x69 Checksum
Example:
Send: 0x00 07 00 96 4A 4D 59 CF