Click or drag to resize

YLPAPDLaserDeviceHandleSerialMessagesThread Method

Receives as own thread all messages from the serial port. It will run endless, listens at the configured COM port with a timeout of 1000 ms and ends when _isToRead is set to false.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override void HandleSerialMessagesThread(
	Thread parentThread
)

Parameters

parentThread  Thread
The this pointer and the parent thread.
See Also