Iso15.WriteMultipleBlocks
Sends the "WriteMultipleBlocks" to the card to store the
data passed in WriteBlocks to the data blocks of
the presented card starting at block with id Blockid.
For more information about this command please refer to the
ISO 15693-3 specification.
Parameters (request frame)
|
Name
|
Type/Size
|
Description
|
|
FirstBlockId
|
Integer (8 bits)
|
Index (starting at 0) of first block to write.
|
|
Length of WriteBlocks
|
Integer (16 bits)
|
Number of elements in the WriteBlocks array
|
|
WriteBlocks
|
Array
|
-
|
|
Length of WriteBlock
|
Integer (8 bits)
|
Length of WriteBlock in bytes
|
|
WriteBlock
|
Raw data
|
Content that shall be written to blocks starting at
BlockId
|
|
OptionFlag
|
Boolean (8 bits)
|
Option Flag according to the
ISO 15693-3 specification.
|
Returned values (response frame)
|
Name
|
Type/Size
|
Description
|
|
LabelStat
|
Integer (8 bits)
|
Status code returned from label.
|