BaseSerialLaserControllerHandleSerialMessagesThread(Thread) Method |
The concrete message handler is to be implemented by the derived
class.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxprotected abstract void HandleSerialMessagesThread(
Thread parentThread
)
Parameters
- parentThread Thread
- The thread that has started the message
handler.
See Also