Iso15.WriteSingleBlock
This command writes a single block to a label.
This command implements the "write single block" optional command from the ISO 15693-3 specification.
Properties
- Command code: 0x2112
- Command timeout: 100 ms
- Possible status codes: General status codes, Iso15.ErrParamNotSupported, Iso15.ErrCom, Iso15.ErrNoTag, Iso15.ErrCollision, Iso15.ErrHf, Iso15.ErrLabel, Iso15.ErrMem
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
BlockID | Integer (8 bits) | ID of block to write |
BlockLen | Integer (8 bits) | Length of each block (The length of the first block is considered to be representative). |
OptionFlag | Boolean (8 bits) | Option Flag according to the ISO 15693-3 specification. |
SingleBlockData | Raw data (until end of frame) | Block to write. |
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. |