Click or drag to resize

BaseSerialLaserControllerGetUsedScanController Method

Retrieves the scan controller associated with this laser.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected BaseScanController GetUsedScanController()

Return Value

BaseScanController
The scan controller the laser is linked to or null in case it is not configured.
See Also