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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      boolean getbBeepID()
      Returns the bBeepID part of ConfigurationFlags2
      boolean getbDspHex()
      Returns the bDspHex part of ConfigurationFlags2
      boolean getbRevBytes()
      Returns the bRevBytes part of ConfigurationFlags2
      boolean getbRevWiegBits()
      Returns the bRevWiegBits part of ConfigurationFlags2
      boolean getbUseInvDataF()
      Returns the bUseInvDataF part of ConfigurationFlags2
      boolean getbUseLeadChrs()
      Returns the bUseLeadChrs part of ConfigurationFlags2
      boolean getbWiegInvData()
      Returns the bWiegInvData part of ConfigurationFlags2
      void setbBeepID​(boolean bBeepID)
      Sets the bBeepID part of ConfigurationFlags2
      void setbDspHex​(boolean bDspHex)
      Sets the bDspHex part of ConfigurationFlags2
      void setbRevBytes​(boolean bRevBytes)
      Sets the bRevBytes part of ConfigurationFlags2
      void setbRevWiegBits​(boolean bRevWiegBits)
      Sets the bRevWiegBits part of ConfigurationFlags2
      void setbUseInvDataF​(boolean bUseInvDataF)
      Sets the bUseInvDataF part of ConfigurationFlags2
      void setbUseLeadChrs​(boolean bUseLeadChrs)
      Sets the bUseLeadChrs part of ConfigurationFlags2
      void setbWiegInvData​(boolean bWiegInvData)
      Sets the bWiegInvData part of ConfigurationFlags2
      • Methods inherited from class java.lang.Object

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

      • ConfigurationFlags2

        public ConfigurationFlags2()
    • Method Detail

      • clone

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