NurApiKillTagByEPC Method

Kill 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 KillTagByEPC(
	uint passwd,
	byte[] epc
)

Parameters

passwd  UInt32
Password for secured operations. Password is always needed.
epc  Byte
EPC memory to singulate against.

See Also