User's Manual

41 | P a g e www.eccel.co.uk
0x00 0x01 – record number
0x08 0x00 – eighth bytes to read
READER=>HOST: 0x00 – ACK byte
0x76 – related command code MFDF_READ_RECORD
0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 - data
3.5.24 Clear records (0x77)
This command resets cyclic or lineal record files. It takes as an argument the file number.
Command
description
Argument
Size
Value
Description
Command ID
1
0x77
MFDF_CLEAR_RECORDS
File number
1
X
File number inside application
Response description
ACK
1
0x00
Command ID
1
0x77
MFDF_CLEAR_RECORDS
Example:
HOST=>READER: 0x77 – MFDF_CLEAR_RECORDS
0x01 – file number
READER=>HOST: 0x00 – ACK byte
0x77 – related command code MFDF_CLEAR_RECORDS
3.5.25 Delete file (0x78)
This command permanently deactivates a file within the file directory of the currently selected application.
It takes as an argument the file number.
Command description
Argument
Size
Value
Description
Command ID
1
0x78
MFDF_DELETE_FILE
File number
1
X
File number inside application
Response description
ACK
1
0x00
Command ID
1
0x78
MFDF_DELETE_FILE
Example:
HOST=>READER: 0x78 – MFDF_DELETE_FILE
0x01 – file number