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.YLPAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxprotected override void HandleSerialMessagesThread(
Thread parentThread
)
Parameters
- parentThread Thread
- The this pointer and the parent thread.
See Also