NurApiSetKillPasswordByEPC Method

Write new kill password 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 SetKillPasswordByEPC(
	uint passwd,
	bool secured,
	byte[] epc,
	uint newPasswd
)

Parameters

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

See Also