![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_Iso15_WriteSingleBlock | ( | brp_protocol | protocol, |
| unsigned | BlockID, | ||
| unsigned | BlockLen, | ||
| bool | OptionFlag, | ||
| brp_buf | SingleBlockData, | ||
| size_t | SingleBlockData_len, | ||
| unsigned * | LabelStat | ||
| ) |
This command writes a single block to a label.
This command implements the "write single block" optional command from the ISO 15693-3 specification.
| [in] | protocol | used to execute the command |
| [in] | BlockID | ID of block to write |
| [in] | BlockLen | Length of each block (The length of the first block is considered to be representative). |
| [in] | OptionFlag | Option Flag according to the ISO 15693-3 specification. |
| [in] | SingleBlockData | Block to write. |
| [in] | SingleBlockData_len | |
| [out] | LabelStat | Status code returned from label. The following bytes will only be returned, if LabelStat is OK. |