追加.

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

Syntax

C#
void Add(
	SerialPortInfo info,
	SerialPort port
)
Visual Basic
Sub Add ( 
	info As SerialPortInfo,
	port As SerialPort
)

Parameters

info
Type: FVIL.Ports..::..SerialPortInfo
デバイス情報
port
Type: System.IO.Ports..::..SerialPort
通信オブジェクト

See Also