Package com.zebra.rfid.api3
Class LockAccessParams
java.lang.Object
com.zebra.rfid.api3.LockAccessParams
This class contains information about the LockPrivilege for Memory
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorLockAccessParams
(long m_nAccessPassword, LOCK_PRIVILEGE[] m_eLockPrivilege) -
Method Summary
Modifier and TypeMethodDescriptionlong
Lock Password.int
int
Index for LockPrivilege in order to lock the Memory for EPCint
Index for LockPrivilege in order to lock the Memory for Kill-PasswordLock privilege Array to specify the privilege for all memory banks.int
Index for LockPrivilege in order to lock Memory for TIDint
Index for LockPrivilege in order to lock the Memory for User Memoryvoid
setAccessPassword
(long accessPassword) Lock Password.void
setLockPrivilege
(LOCK_DATA_FIELD lockDataField, LOCK_PRIVILEGE lockPrivilege)
-
Constructor Details
-
LockAccessParams
-
LockAccessParams
public LockAccessParams()Constructor
-
-
Method Details
-
getKillPasswordMemoryIndex
public int getKillPasswordMemoryIndex()Index for LockPrivilege in order to lock the Memory for Kill-Password -
getAccessPasswordMemoryIndex
public int getAccessPasswordMemoryIndex() -
getEPCMemoryIndex
public int getEPCMemoryIndex()Index for LockPrivilege in order to lock the Memory for EPC -
getTIDMemoryIndex
public int getTIDMemoryIndex()Index for LockPrivilege in order to lock Memory for TID -
getUserMemoryIndex
public int getUserMemoryIndex()Index for LockPrivilege in order to lock the Memory for User Memory -
getAccessPassword
public long getAccessPassword()Lock Password. -
setAccessPassword
public void setAccessPassword(long accessPassword) Lock Password. -
getLockPrivilege
Lock privilege Array to specify the privilege for all memory banks. Assign privilege only for those memory banks whose privilege is to be changed. -
setLockPrivilege
- Parameters:
lockDataField
- This contains the memory bank to be lockedlockPrivilege
- This contains the lock privilege type
-