Package com.zebra.rfid.api3
Class Gen2v2.ReadBufferParams
java.lang.Object
com.zebra.rfid.api3.Gen2v2.ReadBufferParams
- Enclosing class:
Gen2v2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
get bit countlong
get passwordint
get word ptrvoid
setBitCount
(int m_nBitcount) set bit countvoid
setPassword
(long m_nPassword) set passwordvoid
setWordPtr
(int m_nWordptr) set word ptr
-
Constructor Details
-
ReadBufferParams
-
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
-