Nurapi Class Library
C#
Show/Hide TOC
Nur
Api
Open
State
Lock
By
EPC Method
Set tag lock singulating it by the EPC contents. 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#
Copy
public
void
OpenStateLockByEPC
(
byte
[]
epc
,
uint
lockMask
,
uint
lockAction
)
Parameters
epc
Byte
EPC memory to singulate against.
lockMask
UInt32
Which memories to lock. See flags:
LOCK_OPEN
LOCK_SECURED
LOCK_PERMAWRITE
LOCK_PERMALOCK
lockAction
UInt32
Action to perform for memories. See flags:
LOCK_USERMEM
LOCK_TIDMEM
LOCK_EPCMEM
LOCK_ACCESSPWD
LOCK_KILLPWD
See Also
Reference
NurApi Class
NurApiDotNet Namespace
OpenStateLock(Byte, UInt32,
Byte
, Int32, UInt32, UInt32)
OpenStateLockRaw(Byte, UInt32,
Byte
, Int32, UInt32, UInt32)
In This Article
Definition
See Also