点击或拖拽改变大小

FanucInterfaceNet 构造函数 (String, Int32)

指定ip及端口来实例化一个默认的对象,端口默认60008
Specify the IP and port to instantiate a default object, the port defaults to 60008

命名空间:  HslCommunication.Robot.FANUC
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public FanucInterfaceNet(
	string ipAddress,
	int port = 60008
)

参数

ipAddress
类型:SystemString
ip地址
port (Optional)
类型:SystemInt32
端口号
参见