Swing HSMS リファレンス
プロパティ
Active
Appearance
BorderStyle
IniFile
IniSection
IPAddress
LocalPortNumber
Log
LogFile
MaxLength
PortNumber
Selected
Server
Show
T3
T5
T6
T7
T8
メソッド
Config
ConvertIPAddress
Disconnect
GetHostName
LoadIni
Send
イベント
Connected
Errors
Read
SelConnection
|
接続するホストのIPアドレスを指定します。IPAddressプロパティにはIPアドレスかコンピュータ名を指定することができます。サーバが同じコンピュータにある場合はIPAddressプロパティを""(空文字)で指定することもできます。
構文
戻り値
使用例
|
.IPAddress = ""
.PortNumber = 5000
.LocalPortNumber = 0
.Server = False
.Active = True ‘ Open
If Not .Active then
MsgBox "Cannot connect to server!"
End If
|
|
m_hsms.SetIPAddress("");
m_hsms.SetPortNumber(5000);
m_hsms.SetLocalPortNumber(0);
m_hsms.SetServer(false);
m_hsms.SetActive(true); // Open
if(!m_hsms.GetActive())
MessageBox("Cannot connect to server!");
|
特記事項
参照
|
|