BALTECH SDK wrapper functions reference

§ brp_Iso15_GetSecurityStatus()

brp_errcode brp_Iso15_GetSecurityStatus ( brp_Iso15_GetSecurityStatus_t  params)

This command retrieves the block security status of a label.

This command is an optional command .

Parameters
[in]paramsStruct with the following fields:
  • protocol used to execute the command
  • BlockID (in) ID of first block to read.
  • BlockNum (in) Number of blocks to write: * 0x00: 1 block * 0xFF: 256 blocks
  • LabelStat (out) Status code returned from label. The following Bytes will only be returned, if LabelStat is OK.
  • BlockStat (out)
  • BlockStat_len (out) Number of elements in BlockStat.
  • 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