MiniSmart II
19
Retrieve Terminal Data
Command Body is 72 46 02 01
Response Body is
06 <TagCounterL> <TagCounterH> <TLV1> <TLV2>…<TLVn> or
15<ErrorCode>
Where:
<TagCounterL> <TagCounterH> is the number of <TLV>
If Terminal Data does not exist, response 15 F2 01
Remove Terminal Data
Command Body is 72 46 02 02
Response Body is
06
Set Terminal Data
Command Body is 72 46 02 03 <TagCounterL> <TagCounterH> <TLV1>
<TLV2>…<TLVn>.
Where:
<TagCounterL> <TagCounterH>: the Number of <TLV>.
Response Body is
06 or
15 <ErrorCode>
Note:
If a <TLV> format was error, response 15 F2 02
Retrieve AID List
Command Body is 72 46 03 01
Response Body is 06 <NumberL> <NumberH> <AID Block 1> <AID Block 2> … <AID
Block N>.
Where:
<NumberL> <NumberH> is Number of AID Blocks.
<AID Block> format is <LenL> <LenH> <Several bytes AID>.
Where:
<LenL> <LenH> is Length of AID
Note:
If AID List does not exist, response 15 F2 00