Port.IsConnected

説明

ポートが接続されているか(true)接続されていないか(false)を示す Boolean 値を戻します。

C#構文

// get accessor

Boolean rtn = Port.IsConnected;