User's Manual

30 | P a g e www.eccel.co.uk
3.5.3 List application IDs (0x62)
This command requests lists application IDs from the TAG. The returned ACK answer contains the bytes
with application IDs. Every ID is 3-bytes long.
Command description
Argument
Size
Value
Description
Command ID
1
0x62
MFDF_LIST_APP_IDS
Response description
ACK
1
0x00
Command ID
1
0x62
MFDF_LIST_APP_IDS
Application IDs
X*3
X
Bytes with applications IDs
Example:
HOST=>READER: 0x62 – MFDF_LIST_APP_IDS
READER=>HOST: 0x00 – ACK byte
0x62 – related command code MFDF_LIST_APP_IDS
0x00 0x00 0x01 – first AID
0xAA 0xBB 0xCC – second AID
0x55 0x55 0x55 – third AID
...
3.5.4 List files IDs (0x63)
This command returns the file IDs of all active files within the currently selected application. The returned
ACK answer contains the bytes with file IDs. Every file ID is 3-bytes long.
Command description
Argument
Size
Value
Description
Command ID
1
0x63
MFDF_LIST_FILE_IDS
Response description
ACK
1
0x00
Command ID
1
0x63
MFDF_LIST_FILE_IDS
Application IDs
X*3
X
Bytes with files IDs
Example:
HOST=>READER: 0x63 – MFDF_LIST_FILE_IDS
READER=>HOST: 0x00 – ACK byte
0x63 – related command code MFDF_LIST_FILE_IDS
0x00 0x00 0x01 – first file ID
0xAA 0xBB 0xCC – second file ID
0x55 0x55 0x55 – third file ID
...