Click or drag to resize

NLightAfxLaserDeviceSettingViewOnDeviceStateChanged Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.NLight.NLightAfxLaserDeviceSettingView.OnDeviceStateChanged(RAYLASE.MarkerPlugin.Devices.Laser.NLight.NLightAfxLaserDevice.DeviceStateType,System.Tuple{System.Windows.Media.Color,System.String})"]


Namespace: RAYLASE.MarkerPlugin.Devices.Laser.NLight
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public void OnDeviceStateChanged(
	NLightAfxLaserDeviceDeviceStateType deviceState,
	Tuple<Color, string> statusColor
)

Parameters

deviceState  NLightAfxLaserDeviceDeviceStateType

[Missing <param name="deviceState"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.NLight.NLightAfxLaserDeviceSettingView.OnDeviceStateChanged(RAYLASE.MarkerPlugin.Devices.Laser.NLight.NLightAfxLaserDevice.DeviceStateType,System.Tuple{System.Windows.Media.Color,System.String})"]

statusColor  TupleColor, String

[Missing <param name="statusColor"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.Laser.NLight.NLightAfxLaserDeviceSettingView.OnDeviceStateChanged(RAYLASE.MarkerPlugin.Devices.Laser.NLight.NLightAfxLaserDevice.DeviceStateType,System.Tuple{System.Windows.Media.Color,System.String})"]

See Also