java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.extension.selfshopping.cradle.joyatouch.LedAction |
This enum lists the LED actions available.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Fast blink of the LED associated with the current Cradle slot
Slow blink of the LED associated with the current Cradle slot
Turn off the LED associated with the current Cradle slot
Turn on the LED associated with the current Cradle slot
Toggle the LED associated with the current Cradle slot