Class LEDControl
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.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 LEDControlboolean
getiGrnLEDState()
Returns the iGrnLEDState part of LEDControlboolean
getiRedLEDState()
Returns the iRedLEDState part of LEDControlboolean
isbVolatile()
Returns the bVolatile part of LEDControlvoid
setbAppCtrlsLED(boolean bAppCtrlsLED)
Sets the bAppCtrlsLED part of LEDControlvoid
setbVolatile(boolean bVolatile)
Sets the bVolatile part of LEDControlvoid
setiGrnLEDState(boolean iGrnLEDState)
Sets the iGrnLEDState part of LEDControlvoid
setiRedLEDState(boolean iRedLEDState)
Sets the iRedLEDState part of LEDControl
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.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
-
-