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})"]


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

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})"]

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})"]

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})"]

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})"]

See Also