BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_Iso15_WriteMultipleBlocks | ( | brp_protocol | protocol, |
unsigned | FirstBlockId, | ||
brp_Iso15_WriteMultipleBlocks_WriteBlocks_Entry * | WriteBlocks, | ||
size_t | WriteBlocks_len, | ||
bool | OptionFlag, | ||
unsigned * | LabelStat | ||
) |
Sends the "WriteMultipleBlocks" to the card to store the data passed in WriteBlocks to the data blocks of the presented card starting at block with id Blockid.
For more information about this command please refer to the [ISO 15693-3 specification](http://www.iso.org/iso/catalogue_detail.htm?csnumber=43467).
[in] | protocol | used to execute the command |
[in] | FirstBlockId | Index (starting at 0) of first block to write. |
[in] | WriteBlocks | |
[in] | WriteBlocks_len | |
[in] | OptionFlag | Option Flag according to the ISO 15693-3 specification. |
[out] | LabelStat | Status code returned from label. |