Iso15.ReadSingleBlock
This command reads a single block from a label.
This command implements the "read single block" optional
command from the
ISO 15693-3 specification.
Parameters (request frame)
|
Name
|
Type/Size
|
Description
|
|
BlockID
|
Integer (8 bits)
|
ID of block to read.
|
|
EnBlockSec
|
Boolean (8 bits)
|
Disable BlockSecStat byte in answer.
|
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
|
Length of Payload
|
Integer (8 bits)
|
Length of Payload in bytes
|
|
Payload
|
Raw data
|
Payload data which are stored in the requested
block.
|
|