Iso15.GetSystemInformation
This command gets the system information of a VICC.
This commands is an optional command.
Parameters (request frame)
None
Returned values (response frame)
|
Name
|
Type/Size
|
Description
|
|
LabelStat
|
Integer (8 bits)
|
Status code returned from label. The following Bytes
will only be returned, if LabelStat is OK.
|
Optional field, condition:
LabelStat == 0x0
|
Info
|
Bit mask (8 bits)
|
-
|
|
RFU
|
Integer (bit mask area 0xF0)
|
Zero padding
|
|
EnICRef
|
Boolean (bit 0x08)
|
IC reference present / supported.
|
|
EnMemSize
|
Boolean (bit 0x04)
|
Memory size present / supported.
|
|
EnAFI
|
Boolean (bit 0x02)
|
AFI present / supported.
|
|
EnDSFID
|
Boolean (bit 0x01)
|
DSFID present / supported.
|
|
SNR
|
Raw data (length 8 Bytes)
|
-
|
|
Optional field, condition:
(LabelStat == 0x0) and EnDSFID
|
Optional field, condition:
(LabelStat == 0x0) and EnAFI
|
Optional field, condition:
(LabelStat == 0x0) and EnMemSize
|
BlockNum
|
Integer (8 bits)
|
Number of blocks - 1 (e.g. BlockNum = 0
means 1 block is present).
|
|
BlockSize
|
Integer (8 bits)
|
Block size - 1 in Byte (e.g. BlockSize = 0
means a block size of 1 Byte).
|
|
Optional field, condition:
(LabelStat == 0x0) and EnICRef
|