NurApiWriteTagByEPC(UInt32, Boolean, Byte, Byte, UInt32, Byte) Method

Write data to tag singulated by tag's EPC memory.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void WriteTagByEPC(
	uint passwd,
	bool secured,
	byte[] epc,
	byte wrBank,
	uint wrAddress,
	byte[] wrBuffer
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
epc  Byte
EPC memory to singulate against.
wrBank  Byte
Memory bank for write operation.
wrAddress  UInt32
Address for write operation.
wrBuffer  Byte
Data to write.

See Also