Click or drag to resize
IDimmingLedStartSequence Method
Starts the specified dimming sequence, constituted of a series of (time, brightness) pairs.

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
void StartSequence(
	int p0,
	DimmingSequence p1
)

Parameters

p0
Type: SystemInt32
To be added.
p1
Type: Com.Datalogic.Extension.Selfshopping.LedDimmingSequence
To be added.
Remarks

Starts the specified dimming sequence, constituted of a series of (time, brightness) pairs. The brightness will be calculated by interpolating between the time intervals, in order to have a smooth dimming of the LED. The sequence will repeat for the specified number of cycles.

[Android Documentation]

See Also