Click or drag to resize

BaseScanControllerUpdateConfiguration Method

Updates the configuration of the provided type.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void UpdateConfiguration(
	BaseScanControllerConfigurationType type
)

Parameters

type  BaseScanControllerConfigurationType
Configuration type to update.
See Also