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

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 LedActionTurnOff : LedAction

The LedActionTurnOff type exposes the following members.

Constructors
  NameDescription
Public methodLedActionTurnOff
Initializes a new instance of the LedActionTurnOff 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 OFF a LED.

[Android Documentation]

See Also