Click or drag to resize

BaseScanControllerEnableStandAloneMode Method

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

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void EnableStandAloneMode(
	bool enable
)

Parameters

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