BaseScanControllerTransceiveEnhanced Method |
Sends commands to the ScanHead head using the Enhanced Protocol, and waits 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[] TransceiveEnhanced(
int head,
Axes axes,
uint[] commands,
int timeoutMilliseconds = 1
)
Parameters
- head Int32
- Number of the scan head.
- axes Axes
- The Axis/Axes where the command(s) should be sent to.
- commands UInt32
- The commands.
- timeoutMilliseconds Int32 (Optional)
- The timeout in milliseconds.
Return Value
UInt32Answer of the scan head as 16 bit uint.
See Also