Class LEDControl

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class LEDControl
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Summary

      Constructors 
      Constructor Description
      LEDControl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      boolean getbAppCtrlsLED()
      Returns the bAppCtrlsLED part of LEDControl
      boolean getiGrnLEDState()
      Returns the iGrnLEDState part of LEDControl
      boolean getiRedLEDState()
      Returns the iRedLEDState part of LEDControl
      boolean isbVolatile()
      Returns the bVolatile part of LEDControl
      void setbAppCtrlsLED​(boolean bAppCtrlsLED)
      Sets the bAppCtrlsLED part of LEDControl
      void setbVolatile​(boolean bVolatile)
      Sets the bVolatile part of LEDControl
      void setiGrnLEDState​(boolean iGrnLEDState)
      Sets the iGrnLEDState part of LEDControl
      void setiRedLEDState​(boolean iRedLEDState)
      Sets the iRedLEDState part of LEDControl
      • Methods inherited from class java.lang.Object

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

      • LEDControl

        public LEDControl()
    • Method Detail

      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • getbAppCtrlsLED

        public boolean getbAppCtrlsLED()
        Returns the bAppCtrlsLED part of LEDControl
      • setbAppCtrlsLED

        public void setbAppCtrlsLED​(boolean bAppCtrlsLED)
        Sets the bAppCtrlsLED part of LEDControl
      • getiRedLEDState

        public boolean getiRedLEDState()
        Returns the iRedLEDState part of LEDControl
      • setiRedLEDState

        public void setiRedLEDState​(boolean iRedLEDState)
        Sets the iRedLEDState part of LEDControl
      • getiGrnLEDState

        public boolean getiGrnLEDState()
        Returns the iGrnLEDState part of LEDControl
      • setiGrnLEDState

        public void setiGrnLEDState​(boolean iGrnLEDState)
        Sets the iGrnLEDState part of LEDControl
      • isbVolatile

        public boolean isbVolatile()
        Returns the bVolatile part of LEDControl
      • setbVolatile

        public void setbVolatile​(boolean bVolatile)
        Sets the bVolatile part of LEDControl