Package com.zebra.rfid.api3
Class LED_COLOR
- java.lang.Object
-
- com.zebra.rfid.api3.LED_COLOR
-
public class LED_COLOR extends java.lang.ObjectLED_COLOR specifies the user LED color on the Reader
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)intgetValue()java.lang.StringtoString()
-
-
-
Field Detail
-
LED_OFF
public static final LED_COLOR LED_OFF
Indicates that the LED is off
-
LED_RED
public static final LED_COLOR LED_RED
Indicates that the LED is red
-
LED_GREEN
public static final LED_COLOR LED_GREEN
Indicates that the LED is green
-
LED_YELLOW
public static final LED_COLOR LED_YELLOW
Indicates that the LED is yellow
-
ordinal
public final int ordinal
-
-