Class ConfigurationFlags2
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.ConfigurationFlags2
-
- All Implemented Interfaces:
java.lang.Cloneable
public class ConfigurationFlags2 extends java.lang.Object implements java.lang.Cloneable
Contains methods to alter variables defined under GetFlags2() API
-
-
Constructor Summary
Constructors Constructor Description ConfigurationFlags2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
boolean
getbBeepID()
Returns the bBeepID part of ConfigurationFlags2boolean
getbDspHex()
Returns the bDspHex part of ConfigurationFlags2boolean
getbRevBytes()
Returns the bRevBytes part of ConfigurationFlags2boolean
getbRevWiegBits()
Returns the bRevWiegBits part of ConfigurationFlags2boolean
getbUseInvDataF()
Returns the bUseInvDataF part of ConfigurationFlags2boolean
getbUseLeadChrs()
Returns the bUseLeadChrs part of ConfigurationFlags2boolean
getbWiegInvData()
Returns the bWiegInvData part of ConfigurationFlags2void
setbBeepID(boolean bBeepID)
Sets the bBeepID part of ConfigurationFlags2void
setbDspHex(boolean bDspHex)
Sets the bDspHex part of ConfigurationFlags2void
setbRevBytes(boolean bRevBytes)
Sets the bRevBytes part of ConfigurationFlags2void
setbRevWiegBits(boolean bRevWiegBits)
Sets the bRevWiegBits part of ConfigurationFlags2void
setbUseInvDataF(boolean bUseInvDataF)
Sets the bUseInvDataF part of ConfigurationFlags2void
setbUseLeadChrs(boolean bUseLeadChrs)
Sets the bUseLeadChrs part of ConfigurationFlags2void
setbWiegInvData(boolean bWiegInvData)
Sets the bWiegInvData part of ConfigurationFlags2
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getbUseLeadChrs
public boolean getbUseLeadChrs()
Returns the bUseLeadChrs part of ConfigurationFlags2
-
setbUseLeadChrs
public void setbUseLeadChrs(boolean bUseLeadChrs)
Sets the bUseLeadChrs part of ConfigurationFlags2
-
getbDspHex
public boolean getbDspHex()
Returns the bDspHex part of ConfigurationFlags2
-
setbDspHex
public void setbDspHex(boolean bDspHex)
Sets the bDspHex part of ConfigurationFlags2
-
getbWiegInvData
public boolean getbWiegInvData()
Returns the bWiegInvData part of ConfigurationFlags2
-
setbWiegInvData
public void setbWiegInvData(boolean bWiegInvData)
Sets the bWiegInvData part of ConfigurationFlags2
-
getbUseInvDataF
public boolean getbUseInvDataF()
Returns the bUseInvDataF part of ConfigurationFlags2
-
setbUseInvDataF
public void setbUseInvDataF(boolean bUseInvDataF)
Sets the bUseInvDataF part of ConfigurationFlags2
-
getbRevWiegBits
public boolean getbRevWiegBits()
Returns the bRevWiegBits part of ConfigurationFlags2
-
setbRevWiegBits
public void setbRevWiegBits(boolean bRevWiegBits)
Sets the bRevWiegBits part of ConfigurationFlags2
-
getbBeepID
public boolean getbBeepID()
Returns the bBeepID part of ConfigurationFlags2
-
setbBeepID
public void setbBeepID(boolean bBeepID)
Sets the bBeepID part of ConfigurationFlags2
-
getbRevBytes
public boolean getbRevBytes()
Returns the bRevBytes part of ConfigurationFlags2
-
setbRevBytes
public void setbRevBytes(boolean bRevBytes)
Sets the bRevBytes part of ConfigurationFlags2
-
-