![]() |
BALTECH Docs |
C API for BALTECH SDK
|
| brp_errcode brp_EpcUid_UidWrite | ( | brp_protocol | protocol, |
| bool | EPC, | ||
| unsigned | BlockAdr, | ||
| brp_buf | BlockData, | ||
| size_t | BlockData_len | ||
| ) |
This command writes data Bytes to a label.
The address of the data to write is specified in the BlockAdr parameter. As an enhancement to the specification, multiple Bytes can be written.
| [in] | protocol | used to execute the command |
| [in] | EPC | EPC if true , UID if false. |
| [in] | BlockAdr | Start address of data to write. |
| [in] | BlockData | Block data. |
| [in] | BlockData_len |