Click or drag to resize

BaseIOControllerWaitForExternalStart Method

Waits for an external start signal.

Namespace: RAYLASE.Marker.Device.IOController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public abstract (Guid ListGuid, bool IsSuccess) WaitForExternalStart(
	double timeout,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

timeout  Double
The allowable time for the signal to come.
condition  IOPortCondition
Binning condition.
parentListGuid  NullableGuid
The list ID of the parent. If set, the new list will be wrapped inside the parent list.

Return Value

ValueTupleGuid, Boolean
Tuple of The list Guid, if the process runs in a command list, and the flag, true if the signal comes, and false if timeout occurs.
See Also