NurApiBlockPermalock Method

Do BlockPermalock without selecting any tag. Assume one tag in field.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void BlockPermalock(
	uint password,
	bool secured,
	uint bank,
	uint addr,
	uint range,
	ushort[] lockMask
)

Parameters

password  UInt32
Password parameter for access.
secured  Boolean
If true then access is done with the password
bank  UInt32
Bank range is 1...3.
addr  UInt32
This is the first address of the first of 16-block chunk to apply the mask to (0 -> 0, 1 -> 16, ...).
range  UInt32
Number of 16-block chunks to apply the mask to.
lockMask  UInt16
Each word represents on 16-block chunks lock mask as specified by Gen2 specification 1.2.0.

See Also