Click or drag to resize

BaseScanController.PrepareDelay Method

Creates a list with the specified delay.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.22.0
Syntax
C#
public abstract Guid PrepareDelay(
	double delay,
	IOPortCondition condition,
	Guid? parentListGuid
)

Parameters

delay  Double
Delay.
condition  IOPortCondition
Binning condition.
parentListGuid  Nullable<Guid>
The list ID of the parent. If set, the new list will be wrapped inside the parent list.

Return Value

Guid
Guid of the created list. Pass this Guid to [M:BaseScanController.SetList(???,System.Int32,System.Boolean,System.Boolean)].
See Also