Click or drag to resize
IDimmingLed Interface

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 interface IDimmingLed : ILed, 
	IJavaObject, IDisposable

The IDimmingLed type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the ID of this LED.
(Inherited from ILed.)
Top
Methods
  NameDescription
Public methodBlink
Blink the LED.
(Inherited from ILed.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetBrightness
Set a specific LED brightness.
Public methodStartSequence
Starts the specified dimming sequence, constituted of a series of (time, brightness) pairs.
Public methodTurnOff
Turn the LED off.
(Inherited from ILed.)
Public methodTurnOn
Turn the LED on.
(Inherited from ILed.)
Top
Remarks
Interface exposing the API of a dimming LED.

[Android Documentation]

See Also