Click or drag to resize

GenericSerialLaserDevicePreExecuteCommand Property

The delegate to generate the laser command before a chained request is executed.

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

Property Value

FuncString
See Also