Jazz Soft 您要聯絡嗎?   JazzSoft@live.com     繁體字漢語   英語  日語  繁體字漢語  簡體字漢語
提供半導體工廠自動化與生産效率改善法 
Skip Navigation Links首頁 > 產品一覽 > Savoy > Savoy HSMS 詳細資料 > Properties > IPAddress

Dorian.Core is added. Dorian now supports .NET 6 and 7.

Savoy HSMS 詳細資料   

Properties
Appearance
BorderStyle
Connect
IniFileName
IniSection
IPAddress
Log
LogBakCount
LogFileName
LogSize
LogVerbose
MyHostName
MyPortNumber
PortNumber
Selected
Server
T3
T5
T6
T7
T8

Methods
AboutBox
Disconnect
LoadIniFile
Send
Setup
ToIPAddress

Events
Connected
Disconnected
Problem
Received
SelChanged

IPAddress Property

Gets or sets the IP address of passive entity computer for HSMS connection. IPAddress property will be ignored if the Server property is set to true, because server listens incoming connection.

When connecting local computer (same computer), use “127.0.0.1” or “” (empty) string.

It is possible to use computer name instead of IP address.

Syntax

Visual Basic

IPAddress As String


Visual C++

CString GetIPAddress()
void SetIPAddress(LPCTSTR)

Return Value

Example

Visual Basic

.IPAddress = ""
.PortNumber = 5000
.LocalPortNumber = 0
.Server = False
.Connect = True ‘ Open
If Not .Connect then
  MsgBox "Cannot connect to server!"
End If


Visual C++

m_ctrl.SetIPAddress("");
m_ctrl.SetPortNumber(5000);
m_ctrl.SetLocalPortNumber(0);
m_ctrl.SetServer(false);
m_ctrl.SetConnect(true); // Open
if(!m_ctrl.GetConnect())
  MessageBox("Cannot connect to server!");

Remarks

Persistent property.

See Also

您要聯絡嗎?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.