DebugRemoteServerAddDeviceCommunication 方法 |
新增加当前的服务器关联的通信设备对象,需要指定唯一标识,如果已经存在,则引发异常
命名空间:
HslCommunication.Enthernet.Tcp
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public void AddDeviceCommunication(
ushort key,
BinaryCommunication communication
)
Public Sub AddDeviceCommunication (
key As UShort,
communication As BinaryCommunication
)
public:
void AddDeviceCommunication(
unsigned short key,
BinaryCommunication^ communication
)
member AddDeviceCommunication :
key : uint16 *
communication : BinaryCommunication -> unit
参数
- key
- 类型:SystemUInt16
设备的唯一标识 - communication
- 类型:HslCommunication.Core.NetBinaryCommunication
设备通信对象
参见