Click or drag to resize

ScannerCommunicationAPI.TransmitRaylase Method

Sends transmitMessage to the ScanHead head using the RAYLASE Protocol, and waits up to timeoutMilliseconds for success.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.8.0
Syntax
C#
public void TransmitRaylase(
	int head,
	Axis axis,
	byte[] transmitMessage,
	int timeoutMilliseconds = 1
)

Parameters

head  Int32
The head selector.
axis  Axis
The Axis where the message should be sent to.
transmitMessage  Byte[]
The Message that should be sent.
timeoutMilliseconds  Int32  (Optional)
The timeout in milliseconds.
See Also