DTUServer 构造函数 (String, DeviceTcpNet) |
根据配置的列表信息来实例化相关的DTU服务器
Instantiate the relevant DTU server according to the configured list information
命名空间:
HslCommunication.DTU
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public DTUServer(
string[] dtuId,
DeviceTcpNet[] networkDevices
)
Public Sub New (
dtuId As String(),
networkDevices As DeviceTcpNet()
)
public:
DTUServer(
array<String^>^ dtuId,
array<DeviceTcpNet^>^ networkDevices
)
new :
dtuId : string[] *
networkDevices : DeviceTcpNet[] -> DTUServer
参数
- dtuId
- 类型:SystemString
Dtu信息 - networkDevices
- 类型:HslCommunication.Core.DeviceDeviceTcpNet
设备信息
参见