BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Iso15_GetSystemInformation | ( | brp_protocol | protocol, |
unsigned * | LabelStat, | ||
bool * | EnICRef, | ||
bool * | EnMemSize, | ||
bool * | EnAFI, | ||
bool * | EnDSFID, | ||
brp_buf * | SNR, | ||
unsigned * | DSFID, | ||
unsigned * | AFI, | ||
unsigned * | BlockNum, | ||
unsigned * | BlockSize, | ||
unsigned * | ICRef, | ||
brp_mempool * | mempool | ||
) |
This command gets the system information of a VICC.
This commands is an optional command .
[in] | protocol | used to execute the command |
[out] | LabelStat | Status code returned from label. The following Bytes will only be returned, if LabelStat is OK. |
[out] | EnICRef | IC reference present / supported. |
[out] | EnMemSize | Memory size present / supported. |
[out] | EnAFI | AFI present / supported. |
[out] | EnDSFID | DSFID present / supported. |
[out] | SNR | |
[out] | DSFID | |
[out] | AFI | |
[out] | BlockNum | Number of blocks - 1 (e.g. BlockNum = 0 means 1 block is present). |
[out] | BlockSize | Block size - 1 in Byte (e.g. BlockSize = 0 means a block size of 1 Byte). |
[out] | ICRef | |
[in] | mempool | 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 |