| CommunicationServerServerStart 方法 (Int32, Int32) | 
 
            指定一个TCP端口及UDP端口,同时启动两种模式的服务器
            Specify a TCP port and a UDP port to start the server in both modes at the same time
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public void ServerStart(
	int tcpPort,
	int udpPort
)
Public Sub ServerStart ( 
	tcpPort As Integer,
	udpPort As Integer
)
public:
void ServerStart(
	int tcpPort, 
	int udpPort
)
member ServerStart : 
        tcpPort : int * 
        udpPort : int -> unit 
参数
- tcpPort
- 类型:SystemInt32
 tcp端口
- udpPort
- 类型:SystemInt32
 udp端口
 参见
参见