NurApiReadPermalockByEPC Method
Read block permalock statuses by selecting the tag by its EPC.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public ushort[] ReadPermalockByEPC(
uint password,
bool secured,
byte[] epc,
uint bank,
uint addr,
uint range
)
- password UInt32
- Password parameter for access.
- secured Boolean
- If true then access is done with the password
- epc Byte
- EPC of the tag.
- 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).