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

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

Syntax

C#
public DioEventArgs(
	DateTime timestamp,
	uint di
)
Visual Basic
Public Sub New ( 
	timestamp As DateTime,
	di As UInteger
)

Parameters

timestamp
Type: System..::..DateTime
タイムスタンプ
di
Type: System..::..UInt32
DI 値

See Also