Click or drag to resize

SPICE3DevicePrepareEnhancedCommand Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareEnhancedCommand(System.Int32,System.Collections.Generic.IList{System.ValueTuple{RAYLASE.Marker.Common.Axes,System.UInt32}},System.Int32,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid})"]


Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override Guid PrepareEnhancedCommand(
	int head,
	IList<(Axes Axes, uint Command)> commandsMap,
	int delay,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

head  Int32

[Missing <param name="head"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareEnhancedCommand(System.Int32,System.Collections.Generic.IList{System.ValueTuple{RAYLASE.Marker.Common.Axes,System.UInt32}},System.Int32,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid})"]

commandsMap  IListValueTupleAxes, UInt32

[Missing <param name="commandsMap"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareEnhancedCommand(System.Int32,System.Collections.Generic.IList{System.ValueTuple{RAYLASE.Marker.Common.Axes,System.UInt32}},System.Int32,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid})"]

delay  Int32

[Missing <param name="delay"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareEnhancedCommand(System.Int32,System.Collections.Generic.IList{System.ValueTuple{RAYLASE.Marker.Common.Axes,System.UInt32}},System.Int32,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid})"]

condition  IOPortCondition

[Missing <param name="condition"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareEnhancedCommand(System.Int32,System.Collections.Generic.IList{System.ValueTuple{RAYLASE.Marker.Common.Axes,System.UInt32}},System.Int32,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid})"]

parentListGuid  NullableGuid

[Missing <param name="parentListGuid"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareEnhancedCommand(System.Int32,System.Collections.Generic.IList{System.ValueTuple{RAYLASE.Marker.Common.Axes,System.UInt32}},System.Int32,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid})"]

Return Value

Guid

[Missing <returns> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3Device.PrepareEnhancedCommand(System.Int32,System.Collections.Generic.IList{System.ValueTuple{RAYLASE.Marker.Common.Axes,System.UInt32}},System.Int32,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid})"]

See Also