点击或拖拽改变大小

DebugRemoteServerAddDeviceCommunication 方法

新增加当前的服务器关联的通信设备对象,需要指定唯一标识,如果已经存在,则引发异常

命名空间:  HslCommunication.Enthernet.Tcp
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public void AddDeviceCommunication(
	ushort key,
	BinaryCommunication communication
)

参数

key
类型:SystemUInt16
设备的唯一标识
communication
类型:HslCommunication.Core.NetBinaryCommunication
设备通信对象
参见