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
-
| [in] | params | Struct with the following fields:
- protocol used to execute the command
- BlockID (in) ID of block to read.
- EnBlockSec (in) Disable BlockSecStat byte in answer.
- LabelStat (out) Status code returned from label. The following bytes will only be returned, if LabelStat is OK.
- Payload (out) Payload data which are stored in the requested block.
- Payload_len (out) Length of Payload (in bytes).
- mempool (in) is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool
|