Click or drag to resize
DimmingSequenceGetSequenceArray Method
Return an array of (time, brightness)

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 virtual DimmingSequencePoint[] GetSequenceArray()

Return Value

Type: DimmingSequencePoint
The array of DimmingSequencePoint objects.
Remarks

Return an array of (time, brightness)

pairs that represent the sequence. All points will be a copy of the original, thus any update to the resulting array will not take effect on the sequence.

[Android Documentation]

See Also