Class LED_COLOR


  • public class LED_COLOR
    extends java.lang.Object
    LED_COLOR specifies the user LED color on the Reader
    • 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
    • Method Detail

      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object