NetworkUdpBaseConnectionId 属性  | 
 
            当前连接的唯一ID号,默认为长度20的guid码加随机数组成,方便列表管理,也可以自己指定
            The unique ID number of the current connection. The default is a 20-digit guid code plus a random number.
            
 
        命名空间: 
     HslCommunication.Core.Net
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
语法public string ConnectionId { get; set; }Public Property ConnectionId As String
	Get
	Set
public:
property String^ ConnectionId {
	String^ get ();
	void set (String^ value);
}member ConnectionId : string with get, set
属性值
类型:
String
备注
            当前的唯一连接ID信息在DTU的模式下,将发挥关键作用,标记唯一的DTU ID
            
参见