Click or drag to resize

GenericSerialLaserDevice.PowerCommand Property

The delegate to generate the laser power command.

Namespace: RAYLASE.MarkerPlugin.Devices.Laser
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.21.0
Syntax
C#
public Func<double, string> PowerCommand { get; set; }

Property Value

Func<Double, String>
See Also