SPICE3DeviceTransceiveEnhanced Method |
Sends commands to the ScanHead head using the Enhanced Protocol, and waits up to
timeoutMilliseconds for a response.
Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override 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