コンストラクタ

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

Syntax

C#
public CameraParam(
	IEnumerable<string> commands,
	string ack,
	int timeout,
	CommunicationType type,
	int index,
	bool is_auto
)
Visual Basic
Public Sub New ( 
	commands As IEnumerable(Of String),
	ack As String,
	timeout As Integer,
	type As CommunicationType,
	index As Integer,
	is_auto As Boolean
)

Parameters

commands
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
初期化コマンド配列
ack
Type: System..::..String
カメラからの応答
timeout
Type: System..::..Int32
応答の待機時間 (ms) [既定値:1000, 範囲:0~]
type
Type: FVIL.Imaging..::..CommunicationType
通信方法
index
Type: System..::..Int32
通信用オブジェクト指標 (0~)
is_auto
Type: System..::..Boolean
初期化タイミング (false:手動、true:起動時)

See Also