BaseSerialLaserControllerUpdateLaserStateGui Method |
Updates the traffic lights in the settings dialog, the menu bar and
the Configure devices dialog.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxprotected 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