NurApiGetKillPasswordByEPC Method

Read kill password from 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 uint GetKillPasswordByEPC(
	uint passwd,
	bool secured,
	byte[] epc
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
epc  Byte
EPC memory to singulate against.

Return Value

UInt32
Kill password

See Also