VibrationSensorClient 构造函数 |
使用指定的ip,端口来实例化一个默认的对象
命名空间:
HslCommunication.Profinet.Geniitek
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public VibrationSensorClient(
string ipAddress = "192.168.1.1",
int port = 3001
)
Public Sub New (
Optional ipAddress As String = "192.168.1.1",
Optional port As Integer = 3001
)
public:
VibrationSensorClient(
String^ ipAddress = L"192.168.1.1",
int port = 3001
)
new :
?ipAddress : string *
?port : int
(* Defaults:
let _ipAddress = defaultArg ipAddress "192.168.1.1"
let _port = defaultArg port 3001
*)
-> VibrationSensorClient
参数
- ipAddress (Optional)
- 类型:SystemString
Ip地址信息 - port (Optional)
- 类型:SystemInt32
端口号信息
参见