Click or drag to resize

BaseSerialLaserControllerHandleSerialMessagesThread(Thread) Method

The concrete message handler is to be implemented by the derived class.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected abstract void HandleSerialMessagesThread(
	Thread parentThread
)

Parameters

parentThread  Thread
The thread that has started the message handler.
See Also