根据DTU信息获取设备的连接对象
            Obtain the connection object of the device according to the DTU information
            
 
        命名空间: 
     HslCommunication.DTU
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public DeviceCommunication this[
	string dtuId
] { get; }Public ReadOnly Default Property Item ( 
	dtuId As String
) As DeviceCommunication
	Get
public:
property DeviceCommunication^ default[String^ dtuId] {
	DeviceCommunication^ get (String^ dtuId);
}member Item : DeviceCommunication with get
参数
- dtuId
- 类型:SystemString
 设备的id信息
返回值
类型:
DeviceCommunication设备的对象
 参见
参见