NurApiTagWriteEPC Method

Write new EPC to tag.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void WriteEPC(
	uint passwd,
	bool secured,
	byte[] newEpcBuffer
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
newEpcBuffer  Byte
New EPC to write.

See Also