Click or drag to resize

BaseSerialLaserControllerUpdateLaserStateGui Method

Updates the traffic lights in the settings dialog, the menu bar and the Configure devices dialog.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
protected abstract void UpdateLaserStateGui(
	int state,
	string stateStr
)

Parameters

state  Int32
A state the serial port or the laser is in.
stateStr  String
A human readable string describing the state of the serial port (connected/not connected) or the laser state (e. g. Laser ready).
See Also