java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.notification.Led |
The Led
enumeration lists the LED type identifiers can be used to manage the LEDs on the device with LedManager
interface.
Depending on the device, LEDs can be single-color, two-color (red and green) or RGB.
Moreover, some of the LEDs defined by this interface could be not supported in some devices.
NOTE: SDK v1.38 introduced the LED_SCANNER
as interface extension of LED_GOOD_READ
. So, even when they are both supported, they refer to the same physical LED.
For further details on how to manage LEDs, refer to the comprehensive SDK examples:
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Led | LED_GOOD_READ |
This field is deprecated.
Deprecated in SDK v1.38. If supported, LED_SCANNER should be used instead.
|
|||||||||
Led | LED_GREEN_SPOT | Green Spot LED is the scan engine GreenSpot™ LED projected on the decoded barcode used by the decoder to notify the good read event (typically it is as single color green LED). | |||||||||
Led | LED_NOTIFICATION | Notification LED is the general LED used for Android notifications (typically it is an rgb LED) | |||||||||
Led | LED_SCANNER | Scanner LED is the LED used by the decoder to notify scanning in progress or the good read event (typically it is a bicolor red/green LED). |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
This field is deprecated.
Deprecated in SDK v1.38. If supported, LED_SCANNER
should be used instead.
Good read LED is the LED used by the decoder to notify the good read event (typically it is as single color green LED).
Green Spot LED is the scan engine GreenSpot™ LED projected on the decoded barcode used by the decoder to notify the good read event (typically it is as single color green LED).
Notification LED is the general LED used for Android notifications (typically it is an rgb LED)
Scanner LED is the LED used by the decoder to notify scanning in progress or the good read event (typically it is a bicolor red/green LED).