Click or drag to resize
LedActionBlink Constructor
Initializes a new instance of the LedActionBlink class

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 LedActionBlink(
	int id,
	int numCycles,
	int delayOn,
	int delayOff
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Com.Datalogic.Extension.Selfshopping.Led.Action.LedActionBlink.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

numCycles
Type: SystemInt32

[Missing <param name="numCycles"/> documentation for "M:Com.Datalogic.Extension.Selfshopping.Led.Action.LedActionBlink.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

delayOn
Type: SystemInt32

[Missing <param name="delayOn"/> documentation for "M:Com.Datalogic.Extension.Selfshopping.Led.Action.LedActionBlink.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

delayOff
Type: SystemInt32

[Missing <param name="delayOff"/> documentation for "M:Com.Datalogic.Extension.Selfshopping.Led.Action.LedActionBlink.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also