Class LockAccessParams

java.lang.Object
com.zebra.rfid.api3.LockAccessParams

public class LockAccessParams extends Object
This class contains information about the LockPrivilege for Memory
  • Constructor Details

    • LockAccessParams

      public LockAccessParams(long m_nAccessPassword, LOCK_PRIVILEGE[] m_eLockPrivilege)
    • 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

      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 locked
      lockPrivilege - This contains the lock privilege type