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.1.2.0 (12.1.2.0)
语法 public FanucInterfaceNet(
string ipAddress,
int port = 60008
)
Public Sub New (
ipAddress As String,
Optional port As Integer = 60008
)
public:
FanucInterfaceNet(
String^ ipAddress,
int port = 60008
)
new :
ipAddress : string *
?port : int
(* Defaults:
let _port = defaultArg port 60008
*)
-> FanucInterfaceNet
参数
- ipAddress
- 类型:SystemString
ip地址 - port (Optional)
- 类型:SystemInt32
端口号
参见