C API for BALTECH SDK

§ brp_Iso15_GetSystemInformation()

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 .

Parameters
[in]protocolused to execute the command
[out]LabelStatStatus code returned from label. The following Bytes will only be returned, if LabelStat is OK.
[out]EnICRefIC reference present / supported.
[out]EnMemSizeMemory size present / supported.
[out]EnAFIAFI present / supported.
[out]EnDSFIDDSFID present / supported.
[out]SNR
[out]DSFID
[out]AFI
[out]BlockNumNumber of blocks - 1 (e.g. BlockNum = 0 means 1 block is present).
[out]BlockSizeBlock size - 1 in Byte (e.g. BlockSize = 0 means a block size of 1 Byte).
[out]ICRef
[in]mempoolis 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