NurApiWriteEPCByEPC(UInt32, Boolean, String, String) 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,
	string currentEpcBuffer,
	string newEpcBuffer
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
True if operation is secured, otherwise false.
currentEpcBuffer  String
Current of EPC of the tag to write as HEX String.
newEpcBuffer  String
New EPC to write as (HEX) string.

See Also