com.datalogic.extension.selfshopping.led.Led |
Known Indirect Subclasses |
Interface exposing the API of a generic LED.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Blink the LED.
| |||||||||||
Gets the ID of this LED.
| |||||||||||
Turn the LED off.
| |||||||||||
Turn the LED on.
|
Blink the LED.
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. |