Nurapi Class Library
C#
Show/Hide TOC
Nur
Api
Set
Lock
By
EPC 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#
Copy
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_USERMEM
LOCK_TIDMEM
LOCK_EPCMEM
LOCK_ACCESSPWD
LOCK_KILLPWD
action
UInt32
Action to perform for memories. See flags:
LOCK_OPEN
LOCK_SECURED
LOCK_PERMAWRITE
LOCK_PERMALOCK
See Also
Reference
NurApi Class
NurApiDotNet Namespace
SetLock(UInt32, Byte, UInt32,
Byte
, UInt32, UInt32)
SetLockRaw(UInt32, Byte, UInt32,
Byte
, UInt32, UInt32)
In This Article
Definition
See Also