NurApiSetAccessPasswordByEPC Method

Write new access 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 SetAccessPasswordByEPC(
	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 access password to write.

See Also