BaseScanControllerReceiveEnhanced Method |
Waits for a response from the ScanHead head using the Enhanced Protocol up to timeoutMilliseconds for a response.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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
UInt32Answer of the scan head as 16 bit uint.
See Also