C API for BALTECH SDK

§ brp_Iso15_GetSecurityStatus()

brp_errcode brp_Iso15_GetSecurityStatus ( brp_protocol  protocol,
unsigned  BlockID,
unsigned  BlockNum,
unsigned *  LabelStat,
unsigned **  BlockStat,
size_t *  BlockStat_len,
brp_mempool mempool 
)

This command retrieves the block security status of a label.

This command is an optional command .

Parameters
[in]protocolused to execute the command
[in]BlockIDID of first block to read.
[in]BlockNumNumber of blocks to write: * 0x00: 1 block * 0xFF: 256 blocks
[out]LabelStatStatus code returned from label. The following Bytes will only be returned, if LabelStat is OK.
[out]BlockStat
[out]BlockStat_len
[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