Click or drag to resize

Led Class

The enumeration lists the LED type identifiers can be used to manage the LEDs on the device with 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. SDK v1.38 introduced the as interface extension of . 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:
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Notification.Led

Namespace: Com.Datalogic.Device.Notification
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Led : Enum

The Led type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyLedGoodRead
To be added.
Public propertyLedGreenSpot
To be added.
Public propertyLedNotification
To be added.
Public propertyLedScanner
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
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:
  • Source code in Java (NotificationActivity.java)
  • Source code in Kotlin (NotificationActivity.kt)

[Android Documentation]

See Also