Click or drag to resize

BaseScanHeadPrepareSendEnhancedDelegate Property

Gets or sets the delegate for preparing the send enhanced delegate.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public Func<IList<(Axes Axes, uint Command)>, int, IOPortCondition, Guid?, Guid> PrepareSendEnhancedDelegate { get; set; }

Property Value

FuncIListValueTupleAxes, UInt32, Int32, IOPortCondition, NullableGuid, Guid
See Also