Click or drag to resize
LedAction Class
Inheritance Hierarchy

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

The LedAction type exposes the following members.

Constructors
  NameDescription
Public methodLedAction
Initializes a new instance of the LedAction class
Top
Properties
  NameDescription
Public propertyId
Returns the LED ID associated with this action.
Public propertyType
Returns the action type.
Top
Remarks
Abstract class used to represent an action to be executed by the SelfshoppingLedManager. It is characterized by a LED ID (whose value is one of the different exposed by the LED Manager) and a String representing the action type.

[Android Documentation]

See Also