Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      boolean getbFixLenDsp()
      Returns the bFixLenDsp part of ConfigurationFlags
      boolean getbFrcBitCntEx()
      Returns the bFrcBitCntEx part of ConfigurationFlags
      boolean getbHaltKBSnd()
      Returns the bHaltKBSnd part of ConfigurationFlags
      boolean getbNoUseELChar()
      Returns the bNoUseELChar part of ConfigurationFlags
      boolean getbSndFac()
      Returns the bSndFac part of ConfigurationFlags
      boolean getbSndOnRx()
      Returns the bSndOnRx part of ConfigurationFlags
      boolean getbStripFac()
      Returns the bStripFac part of ConfigurationFlags
      boolean getbUseDelFac2Id()
      Returns the bUseDelFac2Id part of ConfigurationFlags
      void setbFixLenDsp​(boolean bFixLenDsp)
      Sets the bFixLenDsp part of ConfigurationFlags
      void setbFrcBitCntEx​(boolean bFrcBitCntEx)
      Sets the bFrcBitCntEx part of ConfigurationFlags
      void setbHaltKBSnd​(boolean bHaltKBSnd)
      Sets the bHaltKBSnd part of ConfigurationFlags
      void setbNoUseELChar​(boolean bNoUseELChar)
      Sets the bNoUseELChar part of ConfigurationFlags
      void setbSndFac​(boolean bSndFac)
      Sets the bSndFac part of ConfigurationFlags
      void setbSndOnRx​(boolean bSndOnRx)
      Sets the bSndOnRx part of ConfigurationFlags
      void setbStripFac​(boolean bStripFac)
      Sets the bStripFac part of ConfigurationFlags
      void setbUseDelFac2Id​(boolean bUseDelFac2Id)
      Sets the bUseDelFac2Id part of ConfigurationFlags
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurationFlags

        public ConfigurationFlags()
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.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