Click or drag to resize
LedAction Class
Inheritance Hierarchy
Enum
  Com.Datalogic.Extension.Selfshopping.Cradle.JoyatouchLedAction

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle.Joyatouch
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class LedAction : Enum

The LedAction type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBlinkFast
Fast blink of the LED associated with the current Cradle slot
Public propertyStatic memberBlinkSlow
Slow blink of the LED associated with the current Cradle slot
Public propertyStatic memberOff
Turn off the LED associated with the current Cradle slot
Public propertyStatic memberOn
Turn on the LED associated with the current Cradle slot
Public propertyStatic memberToggle
Toggle the LED associated with the current Cradle slot
Top
Methods
  NameDescription
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
This enum lists the LED actions available.

[Android Documentation]

See Also