NurApiTagBlockWrite(UInt32, Byte, UInt32, Byte, Byte) Method

Write tag using parameterized block write. The write is secured and uses a password. The tag is singulated by its EPC.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void BlockWrite(
	uint passwd,
	byte bank,
	uint wrAddress,
	byte[] wrData,
	byte blSize
)

Parameters

passwd  UInt32
Password to for write.
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.

See Also