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

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

The LedActionBlink type exposes the following members.

Constructors
  NameDescription
Public methodLedActionBlink
Initializes a new instance of the LedActionBlink class
Top
Properties
  NameDescription
Public propertyDelayOff
Returns the number of milliseconds the LED is turned OFF during a blinking cycle.
Public propertyDelayOn
Returns the number of milliseconds the LED is turned ON during a blinking cycle.
Public propertyId
Returns the LED ID associated with this action.
(Inherited from LedAction.)
Public propertyNumCycles
Returns the number of blinking cycles.
Public propertyType
Returns the action type.
(Inherited from LedAction.)
Top
Remarks
LED action for the blinking of a LED.

[Android Documentation]

See Also