Click or drag to resize

BaseSerialLaserControllerHandleSerialMessagesThread(Object) Method

The message handler for incoming messages from the serial port.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected static void HandleSerialMessagesThread(
	Object pars
)

Parameters

pars  Object
An array of the following elements: pars[0]: The this pointer pars[1]: The parent thread; needed for checking if RAYGUIDE is still running.
See Also