NurApiTagSetAccessPassword Method

Set access password of tag.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void SetAccessPassword(
	uint passwd,
	bool secured,
	uint newPasswd
)

Parameters

passwd  UInt32
Current access password
secured  Boolean
Set true if secured
newPasswd  UInt32
New access password to write

See Also