Click or drag to resize

SPICE3DeviceEnableStandAloneMode Method

Enables the Stand-Alone mode. If enabled, the card will start executing the Stand-Alone list after booting up.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override void EnableStandAloneMode(
	bool enable
)

Parameters

enable  Boolean
Flag to enable or disable Stand-Alone mode.
See Also