BaseLaserController.SetPowerDelegate Property |
Gets or sets the set power delegate.
Namespace: RAYLASE.Marker.Device.LaserControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntaxpublic Func<double, IOPortCondition, Guid?, Guid> SetPowerDelegate { get; set; }
Property Value
Func<Double,
IOPortCondition,
Nullable<Guid>,
Guid>
See Also