Click or drag to resize

BaseSerialLaserControllerAppendMessage Method

Adds the given string to the list of received messages, with a preceding timestamp in the manner of the RAYGUIDE log data. The list is a ring buffer with at most 200 entries and shown in the GUI.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
protected void AppendMessage(
	string msgText
)

Parameters

msgText  String
The text to be added.
See Also