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

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

The LedActionSetBrightness type exposes the following members.

Constructors
  NameDescription
Public methodLedActionSetBrightness
Initializes a new instance of the LedActionSetBrightness class
Top
Properties
  NameDescription
Public propertyBrightness
Returns the brightness value.
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 setting the brightness of a LED.

[Android Documentation]

See Also