BALTECH Docs |
C API for BALTECH SDK
|
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 .
[in] | protocol | used to execute the command |
[in] | BlockID | ID of first block to read. |
[in] | BlockNum | Number of blocks to write: * 0x00: 1 block * 0xFF: 256 blocks |
[out] | LabelStat | Status code returned from label. The following Bytes will only be returned, if LabelStat is OK. |
[out] | BlockStat | |
[out] | BlockStat_len | |
[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 |