Package com.zebra.rfid.api3
Class LOCK_PRIVILEGE
java.lang.Object
com.zebra.rfid.api3.LOCK_PRIVILEGE
Privilege Parameter for Lock
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LOCK_PRIVILEGEThis is the default Value for privilege field.static final LOCK_PRIVILEGELock Privilege: Permanent Lockstatic final LOCK_PRIVILEGELock Privilege: Permanent unlockstatic final LOCK_PRIVILEGELock Privilege: Read-Writestatic final LOCK_PRIVILEGELock Privilege: Unlockfinal int -
Method Summary
Modifier and TypeMethodDescriptionbooleanequals(int val) static LOCK_PRIVILEGEGetLockPrivilegeName(String lockPrivilege) intgetValue()toString()
-
Field Details
-
LOCK_PRIVILEGE_NONE
This is the default Value for privilege field. This enumValue indicates that when user is calling Lock, he doesn't want to change the lock privilege of the particular memory bank -
LOCK_PRIVILEGE_READ_WRITE
Lock Privilege: Read-Write -
LOCK_PRIVILEGE_PERMA_LOCK
Lock Privilege: Permanent Lock -
LOCK_PRIVILEGE_PERMA_UNLOCK
Lock Privilege: Permanent unlock -
LOCK_PRIVILEGE_UNLOCK
Lock Privilege: Unlock -
ordinal
public final int ordinal
-
-
Method Details