NurApiOpenStateLock Method

Set tag lock using specified singulation parameters. Lock is done in open state i.e. without using password access.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void OpenStateLock(
	byte sBank,
	uint sAddress,
	byte[] sMask,
	int sMaskBitLength,
	uint lockMask,
	uint lockAction
)

Parameters

sBank  Byte
Memory bank used for tag singulation. 1=BANK_EPC 2=BANK_TID 3=BANK_USER
sAddress  UInt32
Singulation data address in bits.
sMask  Byte
Mask data buffer.
sMaskBitLength  Int32
Length of the mask data in bits.
lockMask  UInt32
Which memories to lock. See flags: LOCK_OPENLOCK_SECUREDLOCK_PERMAWRITELOCK_PERMALOCK
lockAction  UInt32
Action to perform for memories. See flags: LOCK_USERMEMLOCK_TIDMEMLOCK_EPCMEMLOCK_ACCESSPWDLOCK_KILLPWD

See Also