Click or drag to resize
ILedEvent Interface

Namespace: Com.Datalogic.Extension.Selfshopping.Led.Event
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ILedEvent : IJavaObject, 
	IDisposable

The ILedEvent type exposes the following members.

Properties
  NameDescription
Public propertyAssignedLedAction
Retrieves the LED action associated with this event, if it exists.
Public propertyDescription
Gets the description of this LED event.
Public propertyId
Gets the ID of this LED event.
Public propertyName
Gets the name of this LED event.
Top
Methods
  NameDescription
Public methodAssignLedAction
Assign a LED action to this event.
Public methodClearAssignedLedAction
Clears the LED action associated to this event, making it unresponsive.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
Interface exposing the API of a generic LED event.

[Android Documentation]

See Also