Click or drag to resize

SPICE3IOControllerWaitForExternalStart Method

[Missing <summary> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOController.WaitForExternalStart(System.Double,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid},System.Boolean)"]


Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.31.0
Syntax
C#
public override (Guid ListGuid, bool IsSuccess) WaitForExternalStart(
	double timeout,
	IOPortCondition condition,
	Guid? parentListGuid,
	bool failOnAbort = false
)

Parameters

timeout  Double

[Missing <param name="timeout"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOController.WaitForExternalStart(System.Double,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid},System.Boolean)"]

condition  IOPortCondition

[Missing <param name="condition"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOController.WaitForExternalStart(System.Double,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid},System.Boolean)"]

parentListGuid  NullableGuid

[Missing <param name="parentListGuid"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOController.WaitForExternalStart(System.Double,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid},System.Boolean)"]

failOnAbort  Boolean  (Optional)

[Missing <param name="failOnAbort"/> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOController.WaitForExternalStart(System.Double,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid},System.Boolean)"]

Return Value

ValueTupleGuid, Boolean

[Missing <returns> documentation for "M:RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3.SPICE3IOController.WaitForExternalStart(System.Double,RAYLASE.Marker.Device.IOPortCondition,System.Nullable{System.Guid},System.Boolean)"]

See Also