ストロボ設定取得

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

Syntax

C#
public virtual void GetStrobe(
	ref uint enable,
	ref uint delay,
	ref uint time
)
Visual Basic
Public Overridable Sub GetStrobe ( 
	ByRef enable As UInteger,
	ByRef delay As UInteger,
	ByRef time As UInteger
)

Parameters

enable
Type: System..::..UInt32%
ストロボ使用設定( 0:無効 1:有効)
delay
Type: System..::..UInt32%
ストロボパルスが出力されるまでの遅延時間(us)
time
Type: System..::..UInt32%
ストロボパルスを出力する時間(us)

Remarks

ストロボの設定を取得します。

処理に失敗した場合は例外を発行します。 例外の原因と発生位置を特定するには、発行された例外クラスの ErrorCode メンバと Function メンバを参照してください。

エラーコード:

ErrorCode メンバ内容
25FVIL.ErrorCode.NOT_OPENEDデバイスがオープンされていません。
11FVIL.ErrorCode.INVALID_PARAMETER引数に指定された値が不正です。
31079FVIL.Video.ErrorCode.GET_PARAMETERパラメータの取得に失敗しました。

Exceptions

ExceptionCondition
FVIL..::..CFviExceptionこの例外の原因については、上記のエラーコード表をご参照ください。

See Also