Class Gen2v2.ReadBufferParams

java.lang.Object
com.zebra.rfid.api3.Gen2v2.ReadBufferParams
Enclosing class:
Gen2v2

public class Gen2v2.ReadBufferParams extends Object
  • Constructor Details

    • ReadBufferParams

      public ReadBufferParams(Long m_nPassword, int m_nWordptr, int m_nBitcount)
    • ReadBufferParams

      public ReadBufferParams()
  • Method Details

    • getPassword

      public long getPassword()
      get password
    • setPassword

      public void setPassword(long m_nPassword)
      set password
    • getWordPtr

      public int getWordPtr()
      get word ptr
    • setWordPtr

      public void setWordPtr(int m_nWordptr)
      set word ptr
    • getBitCount

      public int getBitCount()
      get bit count
    • setBitCount

      public void setBitCount(int m_nBitcount)
      set bit count