实例化一个默认的对象,并指定IP地址和端口号,端口号通常为8008
Instantiate a default object and specify the IP address and port number, usually 8008
命名空间:
HslCommunication.Robot.EFORT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public ER7BC10Previous(
string ipAddress,
int port
)
Public Sub New (
ipAddress As String,
port As Integer
)
public:
ER7BC10Previous(
String^ ipAddress,
int port
)
new :
ipAddress : string *
port : int -> ER7BC10Previous
参数
- ipAddress
- 类型:SystemString
Ip地址 - port
- 类型:SystemInt32
端口号
参见