NurApiWriteEPCByEPC(UInt32, Boolean, Byte, Byte) Method

Write new EPC to specific 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 WriteEPCByEPC(
	uint passwd,
	bool secured,
	byte[] currentEpcBuffer,
	byte[] newEpcBuffer
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
True if operation is secured, otherwise false.
currentEpcBuffer  Byte
EPC of the tag to write.
newEpcBuffer  Byte
New EPC to write.

See Also