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

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

Syntax

C#
public CFviInterruptCtrl(
	uint edge,
	uint enable
)
Visual Basic
Public Sub New ( 
	edge As UInteger,
	enable As UInteger
)

Parameters

edge
Type: System..::..UInt32
Enable設定
enable
Type: System..::..UInt32
Edge設定

See Also