CommunicationTcpServerServerStart 方法 (Int32) |
指定端口号来启动服务器的引擎
Specify the port number to start the server's engine
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void ServerStart(
int port
)
Public Sub ServerStart (
port As Integer
)
public:
void ServerStart(
int port
)
member ServerStart :
port : int -> unit
参数
- port
- 类型:SystemInt32
指定一个端口号
参见