点击或拖拽改变大小

SerialDeviceBaseConnectionId 属性

当前连接的唯一ID号,默认为长度20的guid码加随机数组成,方便列表管理,也可以自己指定
The unique ID number of the current connection. The default is a 20-digit guid code plus a random number.

命名空间:  HslCommunication.Serial
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public string ConnectionId { get; set; }

属性值

类型:String

实现

IReadWriteNetConnectionId
备注
当前的唯一连接ID信息在DTU的模式下,将发挥关键作用,标记唯一的DTU ID
参见