Click or drag to resize

LedManager Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.NotificationLedManager

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 LedManager : Object

The LedManager type exposes the following members.

Constructors
  NameDescription
Public methodLedManager
Initializes a new instance of the LedManager class
Top
Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodBlinkLed(Led, Int32, Int32, Int32)
Blinking led method.
Public methodBlinkLed(Led, Int32, Int32, Int32, Int32)
Blinking led method.
Public methodSetLed(Led, Boolean)
Setting led method.
Public methodSetLed(Led, Boolean, Int32)
Setting led method.
Top
Remarks
This class provides access to leds related methods of the device.

[Android Documentation]

See Also