Click or drag to resize
SelfshoppingLedManager Class
Inheritance Hierarchy
Object
  Com.Datalogic.Extension.Selfshopping.LedSelfshoppingLedManager

Namespace: Com.Datalogic.Extension.Selfshopping.Led
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SelfshoppingLedManager : Object

The SelfshoppingLedManager type exposes the following members.

Properties
  NameDescription
Public propertyAvailableLedEvents
Returns a list of all available LED events, being them predefined or created by applications.
Public propertyAvailableLeds
Returns a list of all available LEDs on this device.
Public propertyStatic memberInstance
Returns an instance of the SelfshoppingLedManager
Top
Methods
  NameDescription
Public methodAcquireLed
To be added.
Public methodApplyAction
Applies a LedAction
Public methodGetLed
Retrieves a LED given its ID.
Public methodGetLedEvent
Retrieves a LED event given its ID.
Public methodReleaseLed
To be added.
Top
Fields
  NameDescription
Public fieldStatic memberEventIdBatteryCharging
ID for the battery charging event.
Public fieldStatic memberEventIdBootAnimation
ID for the boot animation event.
Public fieldStatic memberEventIdEndOfCharge
ID for the end of charge event.
Public fieldStatic memberEventIdShutdown
ID for the shutdown event.
Public fieldStatic memberLedIdBottom
ID of the bottom LED.
Public fieldStatic memberLedIdLeft
ID of the left LED.
Public fieldStatic memberLedIdRight
ID of the right LED.
Top
Remarks
The LED Manager used in the Selfshopping Extension SDK. It allows to command the different LEDs available on the device, using specific APIs dependent on the type of LED in use. The currently available types of LED are the standard ILed, that can blink or be turned ON/OFF, and the IDimmingLed, in which is also possible to set the brightness and start a dimming sequence. It is also possible to command the LEDs through specific LedAction objects.

[Android Documentation]

See Also