外部トリガの共有を設定します。

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

Syntax

C#
public uint ExtMode { get; set; }
Visual Basic
Public Property ExtMode As UInteger
	Get
	Set

Return Value

Type: UInt32

外部トリガの共有設定を取得または設定します。

許容値:

意味
0トリガを共有しません。
1トリガを共有します。

See Also