NurApiReadPermalock Method
Read block permalock statuses without selecting a tag.
Assume one tag in field.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public ushort[] ReadPermalock(
uint password,
bool secured,
uint bank,
uint addr,
uint range
)
- 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 read (0 -> 0, 1 -> 16, ...).
- range UInt32
- Number of 16-block chunks to read.
UInt16A word array where each word represent a 16-block chunk's lock states (1=locked).