C API for BALTECH SDK

§ brp_Iso15_CustomCommand()

brp_errcode brp_Iso15_CustomCommand ( brp_protocol  protocol,
unsigned  Cmd,
unsigned  Opt,
unsigned  MFC,
unsigned  TO,
brp_buf  RequestData,
size_t  RequestData_len,
unsigned *  LabelStat,
brp_buf ResponseData,
size_t *  ResponseData_len,
brp_mempool mempool 
)

This command executes any ISO 15693 manufacturer proprietary commands, so- called custom-commands.

By default, the same label is addressed as in the last regular ISO 15693 command.

Parameters
[in]protocolused to execute the command
[in]CmdCustom ISO 15693 command code.
[in]OptEnables the usage of option flag Byte.
[in]MFCManufacturer Code.
[in]TOTimeout in ms for label answer after it has fully received the command.
[in]RequestDataData block (request).
[in]RequestData_len
[out]LabelStatStatus code returned from label. The following bytes will only be returned, if LabelStat is OK.
[out]ResponseDataData block (response).
[out]ResponseData_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