DLT698TcpNet 构造函数 (String, Int32, String) |
通过指定IP地址,端口号,设备站号来初始化一个通信对象信息
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public DLT698TcpNet(
string ipAddress,
int port,
string station = "AAAAAAAAAAAA"
)
Public Sub New (
ipAddress As String,
port As Integer,
Optional station As String = "AAAAAAAAAAAA"
)
public:
DLT698TcpNet(
String^ ipAddress,
int port,
String^ station = L"AAAAAAAAAAAA"
)
new :
ipAddress : string *
port : int *
?station : string
(* Defaults:
let _station = defaultArg station "AAAAAAAAAAAA"
*)
-> DLT698TcpNet
参数
- ipAddress
- 类型:SystemString
IP地址信息 - port
- 类型:SystemInt32
端口号信息 - station (Optional)
- 类型:SystemString
设备站号信息
参见