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

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

Syntax

C#
public CFviLineSensorMode(
	uint lsEnable,
	uint encEnable
)
Visual Basic
Public Sub New ( 
	lsEnable As UInteger,
	encEnable As UInteger
)

Parameters

lsEnable
Type: System..::..UInt32
ラインセンサモード( 0:OFF 1:ON )
encEnable
Type: System..::..UInt32
エンコーダの使用モード
(FVC06の場合、 0:OFF 1:ON )
(FVC07の場合、 0:エンコーダを使用しない 1:エンコーダスキャンモード 2:エンコーダライン選択モード )
(FVC08の場合、 0:エンコーダを使用しない 1:エンコーダスキャンモード 2:エンコーダライン選択モード )

Remarks

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

See Also