Package com.zebra.rfid.api3
Class LockAccessParams
- java.lang.Object
-
- com.zebra.rfid.api3.LockAccessParams
-
public class LockAccessParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LockAccessParams()ConstructorLockAccessParams(long m_nAccessPassword, LOCK_PRIVILEGE[] m_eLockPrivilege)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAccessPassword()Lock Password.intgetAccessPasswordMemoryIndex()intgetEPCMemoryIndex()Index for LockPrivilege in order to lock the Memory for EPCintgetKillPasswordMemoryIndex()Index for LockPrivilege in order to lock the Memory for Kill-PasswordLOCK_PRIVILEGE[]getLockPrivilege()Lock privilege Array to specify the privilege for all memory banks.intgetTIDMemoryIndex()Index for LockPrivilege in order to lock Memory for TIDintgetUserMemoryIndex()Index for LockPrivilege in order to lock the Memory for User MemoryvoidsetAccessPassword(long accessPassword)Lock Password.voidsetLockPrivilege(LOCK_DATA_FIELD lockDataField, LOCK_PRIVILEGE lockPrivilege)
-
-
-
Constructor Detail
-
LockAccessParams
public LockAccessParams(long m_nAccessPassword, LOCK_PRIVILEGE[] m_eLockPrivilege)
-
LockAccessParams
public LockAccessParams()
Constructor
-
-
Method Detail
-
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
public LOCK_PRIVILEGE[] 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
public void setLockPrivilege(LOCK_DATA_FIELD lockDataField, LOCK_PRIVILEGE lockPrivilege)
- Parameters:
lockDataField- This contains the memory bank to be lockedlockPrivilege- This contains the lock privilege type
-
-