Click or drag to resize

BaseLaserControllerArmLaserDelegate Property

Gets or sets the arm laser delegate.

Namespace: RAYLASE.Marker.Device.LaserController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public Func<bool, int, IOPortCondition, Guid?, Guid> ArmLaserDelegate { get; set; }

Property Value

FuncBoolean, Int32, IOPortCondition, NullableGuid, Guid
See Also