Click or drag to resize

BaseScanControllerReceiveEnhanced Method

Waits for a response from the ScanHead head using the Enhanced Protocol up to timeoutMilliseconds for a response.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract uint[] ReceiveEnhanced(
	int head,
	Axes axes,
	int timeoutMilliseconds = 1
)

Parameters

head  Int32
Number of the scan head.
axes  Axes
The Axis/Axes where the command(s) should be sent to.
timeoutMilliseconds  Int32  (Optional)
The timeout in milliseconds.

Return Value

UInt32
Answer of the scan head as 16 bit uint.
See Also