Click or drag to resize
ILed 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 ILed : IJavaObject, IDisposable

The ILed type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the ID of this LED.
Top
Methods
  NameDescription
Public methodBlink
Blink the LED.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodTurnOff
Turn the LED off.
Public methodTurnOn
Turn the LED on.
Top
Remarks
Interface exposing the API of a generic LED.

[Android Documentation]

See Also