コンストラクタ

Namespace: FVIL.IO
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public DioInfo(
	DioKind kind,
	int device_id
)
Visual Basic
Public Sub New ( 
	kind As DioKind,
	device_id As Integer
)

Parameters

kind
Type: FVIL.IO..::..DioKind
種別
device_id
Type: System..::..Int32
デバイスID [範囲:-1:自動、0~:固定値]

See Also