Package com.zebra.rfid.api3
Class ChangeConfigParams
- java.lang.Object
-
- com.zebra.rfid.api3.ChangeConfigParams
-
public class ChangeConfigParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChangeConfigParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAccessword()
short
getNXPChangeConfigWord()
void
setAccessword(long m_nAccessword)
void
setNXPChangeConfigWord(short m_NXPChangeConfigWord)
-
-
-
Method Detail
-
getAccessword
public long getAccessword()
- Returns:
- the m_nAccessword
-
setAccessword
public void setAccessword(long m_nAccessword)
- Parameters:
m_nAccessword
- the m_nAccessword to set
-
getNXPChangeConfigWord
public short getNXPChangeConfigWord()
- Returns:
- the m_NXPChangeConfigWord Change Config Word. If this word is Zero, the status of the Config for the G2iL tag(s) will be reported back in the TagData.Otherwise, the Config word will be applied on the tag(s).
-
setNXPChangeConfigWord
public void setNXPChangeConfigWord(short m_NXPChangeConfigWord)
- Parameters:
m_NXPChangeConfigWord
- the m_NXPChangeConfigWord to set
-
-