Click or drag to resize
LedActionTurnOn Class
Inheritance Hierarchy
Object
  Com.Datalogic.Extension.Selfshopping.Led.ActionLedAction
    Com.Datalogic.Extension.Selfshopping.Led.ActionLedActionTurnOn

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 class LedActionTurnOn : LedAction

The LedActionTurnOn type exposes the following members.

Constructors
  NameDescription
Public methodLedActionTurnOn
Initializes a new instance of the LedActionTurnOn class
Top
Properties
  NameDescription
Public propertyId
Returns the LED ID associated with this action.
(Inherited from LedAction.)
Public propertyType
Returns the action type.
(Inherited from LedAction.)
Top
Remarks
LED action for turning ON a LED.

[Android Documentation]

See Also