Click or drag to resize

BaseScanControllerSetSpecialFunctionIO Method

Asserts or de-asserts the special function.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.34.0
Syntax
C#
public abstract void SetSpecialFunctionIO(
	SpecialFunctionType specialFunction,
	bool value
)

Parameters

specialFunction  SpecialFunctionType
Signal to set.
value  Boolean
True if active.
See Also