java.lang.Object | ||
↳ | com.datalogic.extension.selfshopping.led.action.LedAction | |
↳ | com.datalogic.extension.selfshopping.led.action.LedActionBlink |
LED action for the blinking of a LED.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TYPE | Blinking action type. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for the blinking action.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the number of milliseconds the LED is turned OFF
during a blinking cycle.
| |||||||||||
Returns the number of milliseconds the LED is turned ON
during a blinking cycle.
| |||||||||||
Returns the number of blinking cycles.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.extension.selfshopping.led.action.LedAction
| |||||||||||
From class
java.lang.Object
|
Default constructor for the blinking action.
id | The LED ID. |
---|---|
numCycles | The number of blinking cycles (-1 = infinite). |
delayOn | The number of milliseconds the LED is turned ON during a blinking cycle. |
delayOff | The number of milliseconds the LED is turned OFF during a blinking cycle. |
Returns the number of milliseconds the LED is turned OFF during a blinking cycle.
int
The number of milliseconds the LED is turned OFF.
Returns the number of milliseconds the LED is turned ON during a blinking cycle.
int
The number of milliseconds the LED is turned ON.
Returns the number of blinking cycles.
int
The number of blinking cycles (-1 = infinite).