NurApiSetLockByEPC Method

Set memory lock for specific tag singulated by tag's EPC memory.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void SetLockByEPC(
	uint passwd,
	byte[] epc,
	uint memoryMask,
	uint action
)

Parameters

passwd  UInt32
Password for secured operations. Password is always needed.
epc  Byte
EPC memory to singulate against.
memoryMask  UInt32
Which memories to lock. See flags: LOCK_USERMEMLOCK_TIDMEMLOCK_EPCMEMLOCK_ACCESSPWDLOCK_KILLPWD
action  UInt32
Action to perform for memories. See flags: LOCK_OPENLOCK_SECUREDLOCK_PERMAWRITELOCK_PERMALOCK

See Also