コンストラクタ

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

Syntax

C#
public SerialPortInfo(
	SerialPort src
)
Visual Basic
Public Sub New ( 
	src As SerialPort
)

Parameters

src
Type: System.IO.Ports..::..SerialPort
シリアル通信ポートオブジェクト

See Also