Click or drag to resize

Led Class

Inheritance Hierarchy
Enum
  Com.Datalogic.Device.NotificationLed

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 sealed class Led : Enum

The Led type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberLedGoodRead
Good read LED
Public propertyStatic memberLedGreenSpot
Green Spot LED
Public propertyStatic memberLedNotification
General notification led
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
The Led enumeration lists led type identifiers.

[Android Documentation]

See Also