Class ConfigurationFlags
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.ConfigurationFlags
-
- All Implemented Interfaces:
java.lang.Cloneable
public class ConfigurationFlags extends java.lang.Object implements java.lang.Cloneable
Contains methods to alter variables defined under GetFlags() API
-
-
Constructor Summary
Constructors Constructor Description ConfigurationFlags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
boolean
getbFixLenDsp()
Returns the bFixLenDsp part of ConfigurationFlagsboolean
getbFrcBitCntEx()
Returns the bFrcBitCntEx part of ConfigurationFlagsboolean
getbHaltKBSnd()
Returns the bHaltKBSnd part of ConfigurationFlagsboolean
getbNoUseELChar()
Returns the bNoUseELChar part of ConfigurationFlagsboolean
getbSndFac()
Returns the bSndFac part of ConfigurationFlagsboolean
getbSndOnRx()
Returns the bSndOnRx part of ConfigurationFlagsboolean
getbStripFac()
Returns the bStripFac part of ConfigurationFlagsboolean
getbUseDelFac2Id()
Returns the bUseDelFac2Id part of ConfigurationFlagsvoid
setbFixLenDsp(boolean bFixLenDsp)
Sets the bFixLenDsp part of ConfigurationFlagsvoid
setbFrcBitCntEx(boolean bFrcBitCntEx)
Sets the bFrcBitCntEx part of ConfigurationFlagsvoid
setbHaltKBSnd(boolean bHaltKBSnd)
Sets the bHaltKBSnd part of ConfigurationFlagsvoid
setbNoUseELChar(boolean bNoUseELChar)
Sets the bNoUseELChar part of ConfigurationFlagsvoid
setbSndFac(boolean bSndFac)
Sets the bSndFac part of ConfigurationFlagsvoid
setbSndOnRx(boolean bSndOnRx)
Sets the bSndOnRx part of ConfigurationFlagsvoid
setbStripFac(boolean bStripFac)
Sets the bStripFac part of ConfigurationFlagsvoid
setbUseDelFac2Id(boolean bUseDelFac2Id)
Sets the bUseDelFac2Id part of ConfigurationFlags
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getbFixLenDsp
public boolean getbFixLenDsp()
Returns the bFixLenDsp part of ConfigurationFlags
-
setbFixLenDsp
public void setbFixLenDsp(boolean bFixLenDsp)
Sets the bFixLenDsp part of ConfigurationFlags
-
getbFrcBitCntEx
public boolean getbFrcBitCntEx()
Returns the bFrcBitCntEx part of ConfigurationFlags
-
setbFrcBitCntEx
public void setbFrcBitCntEx(boolean bFrcBitCntEx)
Sets the bFrcBitCntEx part of ConfigurationFlags
-
getbStripFac
public boolean getbStripFac()
Returns the bStripFac part of ConfigurationFlags
-
setbStripFac
public void setbStripFac(boolean bStripFac)
Sets the bStripFac part of ConfigurationFlags
-
getbSndFac
public boolean getbSndFac()
Returns the bSndFac part of ConfigurationFlags
-
setbSndFac
public void setbSndFac(boolean bSndFac)
Sets the bSndFac part of ConfigurationFlags
-
getbUseDelFac2Id
public boolean getbUseDelFac2Id()
Returns the bUseDelFac2Id part of ConfigurationFlags
-
setbUseDelFac2Id
public void setbUseDelFac2Id(boolean bUseDelFac2Id)
Sets the bUseDelFac2Id part of ConfigurationFlags
-
getbNoUseELChar
public boolean getbNoUseELChar()
Returns the bNoUseELChar part of ConfigurationFlags
-
setbNoUseELChar
public void setbNoUseELChar(boolean bNoUseELChar)
Sets the bNoUseELChar part of ConfigurationFlags
-
getbSndOnRx
public boolean getbSndOnRx()
Returns the bSndOnRx part of ConfigurationFlags
-
setbSndOnRx
public void setbSndOnRx(boolean bSndOnRx)
Sets the bSndOnRx part of ConfigurationFlags
-
getbHaltKBSnd
public boolean getbHaltKBSnd()
Returns the bHaltKBSnd part of ConfigurationFlags
-
setbHaltKBSnd
public void setbHaltKBSnd(boolean bHaltKBSnd)
Sets the bHaltKBSnd part of ConfigurationFlags
-
-