DimmingSequenceGetSequenceArray Method |
Return an array of (time, brightness)
Namespace: Com.Datalogic.Extension.Selfshopping.LedAssembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual DimmingSequencePoint[] GetSequenceArray()
Public Overridable Function GetSequenceArray As DimmingSequencePoint()
Return Value
Type:
DimmingSequencePointThe 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