| DTUServer 构造函数 (ListDTUSettingType) | 
 
            根据配置的列表信息来实例化相关的DTU服务器
            Instantiate the relevant DTU server according to the configured list information
            
 
        命名空间: 
     HslCommunication.DTU
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public DTUServer(
	List<DTUSettingType> dTUSettings
)
Public Sub New ( 
	dTUSettings As List(Of DTUSettingType)
)
public:
DTUServer(
	List<DTUSettingType^>^ dTUSettings
)
new : 
        dTUSettings : List<DTUSettingType> -> DTUServer参数
- dTUSettings
- 类型:System.Collections.GenericListDTUSettingType
 DTU的配置信息
 参见
参见