根据IP及端口来实例化一个对象内容
命名空间:
HslCommunication.CNC.Fanuc
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public FanucSeries0i(
string ipAddress,
int port = 8193
)
Public Sub New (
ipAddress As String,
Optional port As Integer = 8193
)
public:
FanucSeries0i(
String^ ipAddress,
int port = 8193
)
new :
ipAddress : string *
?port : int
(* Defaults:
let _port = defaultArg port 8193
*)
-> FanucSeries0i
参数
- ipAddress
- 类型:SystemString
Ip地址信息 - port (Optional)
- 类型:SystemInt32
端口号
参见