NurApiTagBlockWrite(Byte, UInt32, Byte, Byte) Method
Write tag using parameterized block write. The write is non secured and does not use a password.
The tag is singulated by its EPC.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void BlockWrite(
byte bank,
uint wrAddress,
byte[] wrData,
byte blSize
)
Parameters
- bank Byte
- Bank to write to.
- wrAddress UInt32
- Word address of the write.
- wrData Byte
- Data to write. Size must be aligned by 2; if blSize is non-zero then data length also be divisible by blSize.
- blSize Byte
- A single block's size in 16-bit words.