待機 (1フレーム取り込み完了まで待機します。)

Namespace: FVIL.DS
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public virtual bool Wait(
	int timeout
)
Visual Basic
Public Overridable Function Wait ( 
	timeout As Integer
) As Boolean

Parameters

timeout
Type: System..::..Int32
タイムアウト(msec) [-1:無限]

Return Value

Type: Boolean
1フレーム取り込み完了を検知した場合は true を返します。 タイムアウトした場合は false を返します。

See Also