IEC104 构造函数 (String, Int32) |
指定ip地址和端口号来实例化一个默认的对象
Specify the IP address and port number to instantiate a default object
命名空间:
HslCommunication.Instrument.IEC
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public IEC104(
string ipAddress,
int port = 2404
)
Public Sub New (
ipAddress As String,
Optional port As Integer = 2404
)
public:
IEC104(
String^ ipAddress,
int port = 2404
)
new :
ipAddress : string *
?port : int
(* Defaults:
let _port = defaultArg port 2404
*)
-> IEC104
参数
- ipAddress
- 类型:SystemString
IEC104的Ip地址 - port (Optional)
- 类型:SystemInt32
IEC104的端口, 默认是2404端口
参见