public class LockFields
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_PWD
Access Password.
|
static int |
EPC
EPC (Electronic Product Code) memory bank.
|
static int |
KILL_PWD
Kill Password.
|
static int |
USER
USER memory bank.
|
Constructor and Description |
---|
LockFields(int fieldBitmap)
Create a bitmap of fields to be used for tag locking operations.
|
Modifier and Type | Method and Description |
---|---|
int |
getFieldBitmap()
Return a bitmap of fields to be used for tag locking operations.
|
public static final int ACCESS_PWD
public static final int KILL_PWD
public static final int EPC
public static final int USER
public LockFields(int fieldBitmap)
fieldBitmap
- a bitmap of memory fields to be locked. Multiple memory fields can be specified using the '|' operation.ACCESS_PWD
,
KILL_PWD
,
EPC
,
USER
public int getFieldBitmap()
ACCESS_PWD
,
KILL_PWD
,
EPC
,
USER