public final enum

LedAction

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.extension.selfshopping.cradle.joyatouch.LedAction

Class Overview

This enum lists the LED actions available.

Summary

Enum Values
LedAction  BLINK_FAST  Fast blink of the LED associated with the current Cradle slot  
LedAction  BLINK_SLOW  Slow blink of the LED associated with the current Cradle slot  
LedAction  OFF  Turn off the LED associated with the current Cradle slot  
LedAction  ON  Turn on the LED associated with the current Cradle slot  
LedAction  TOGGLE  Toggle the LED associated with the current Cradle slot  
Public Methods
static LedAction valueOf(String name)
final static LedAction[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LedAction BLINK_FAST

Added in revision 1

Fast blink of the LED associated with the current Cradle slot

public static final LedAction BLINK_SLOW

Added in revision 1

Slow blink of the LED associated with the current Cradle slot

public static final LedAction OFF

Added in revision 1

Turn off the LED associated with the current Cradle slot

public static final LedAction ON

Added in revision 1

Turn on the LED associated with the current Cradle slot

public static final LedAction TOGGLE

Added in revision 1

Toggle the LED associated with the current Cradle slot

Public Methods

public static LedAction valueOf (String name)

Added in revision 1

public static final LedAction[] values ()

Added in revision 1