Click or drag to resize

SPICE3DeviceTransmitEnhanced Method

Sends commands to the ScanHead head using the Enhanced Protocol.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override void TransmitEnhanced(
	int head,
	Axes axes,
	uint[] commands
)

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.

Return Value

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