初期値指定コンストラクタ

Namespace: FVIL.Video
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public CFviTrgSharingMode(
	uint mode,
	uint ch
)
Visual Basic
Public Sub New ( 
	mode As UInteger,
	ch As UInteger
)

Parameters

mode
Type: System..::..UInt32
共有モード (0:共有しない、1:スレーブ、2:マスター)
ch
Type: System..::..UInt32
トリガ出力チャネル(0〜3)

Remarks

初期値を指定してインスタンスを構築します。

See Also