Click or drag to resize

ScannerCommunicationAPI.TransceiveRaylase Method

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

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.1
Syntax
C#
public byte[] TransceiveRaylase(
	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.

Return Value

Byte[]
The response from the scanhead.
Exceptions
See Also