BaseSerialLaserControllerHandleSerialMessagesThread(Object) Method |
The message handler for incoming messages from the serial port.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxprotected 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