Click or drag to resize

YLPAPDLaserDeviceUpdateLaserStateGui Method

Handles the traffic lights in the settings dialog, in the menu bar and the device configuration dialog.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser.IPG.YLP
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override void UpdateLaserStateGui(
	int state,
	string laserStateStr
)

Parameters

state  Int32
A laser state or connection state.
laserStateStr  String
The laser state string to be put at the right side of the traffic light.
See Also