NurApiReadPermalockByEPC Method

Read block permalock statuses by selecting the tag by its EPC.

Definition

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

Parameters

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.

Return Value

UInt16
A word array where each word represent a 16-block chunk's lock states (1=locked).

See Also