This command gets the system information of a VICC.
This commands is an optional command .
- Parameters
-
| [in] | params | Struct with the following fields:
- protocol used to execute the command
- LabelStat (out) Status code returned from label. The following Bytes will only be returned, if LabelStat is OK.
- EnICRef (out) IC reference present / supported.
- EnMemSize (out) Memory size present / supported.
- EnAFI (out) AFI present / supported.
- EnDSFID (out) DSFID present / supported.
- SNR (out)
- DSFID (out)
- AFI (out)
- BlockNum (out) Number of blocks - 1 (e.g. BlockNum = 0 means 1 block is present).
- BlockSize (out) Block size - 1 in Byte (e.g. BlockSize = 0 means a block size of 1 Byte).
- ICRef (out)
- 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
|