Click or drag to resize
DimmingSequence Class
Inheritance Hierarchy
Object
  Com.Datalogic.Extension.Selfshopping.LedDimmingSequence

Namespace: Com.Datalogic.Extension.Selfshopping.Led
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DimmingSequence : Object

The DimmingSequence type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAdd
Adds a new point in the sequence.
Public methodClear
Remove all the points of the sequence.
Public methodGetAt
Retrieves a point given its time value.
Public methodGetSequenceArray
Return an array of (time, brightness)
Public methodRemove
Removes a point in the sequence.
Public methodRemoveAt
Removes a point in the sequence, given the time parameter of the point to remove.
Public methodSize
Return the sequence size.
Top
Fields
  NameDescription
Public fieldStatic memberMaxSize
Maximum number of sequence points supported.
Top
Remarks
Class representing a sequence characterized by (time, brightness) pairs. The sequence is executed by a dimming LED that interpolates the brightness between different time values of the sequence. In this way is possible to have a smooth dimming effect.

[Android Documentation]

See Also