ソフトウェアトリガの共有を設定します。

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

Syntax

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

Return Value

Type: UInt32

ソフトウェアトリガ(内部トリガ)の共有設定を取得または設定します。

許容値:

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

See Also