DebugRemoteServerRemoveDeviceCommunication 方法 |
移除一个设备的通信对象,如果存在的话,返回是否移除成功
命名空间:
HslCommunication.Enthernet.Tcp
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public bool RemoveDeviceCommunication(
ushort key
)
Public Function RemoveDeviceCommunication (
key As UShort
) As Boolean
public:
bool RemoveDeviceCommunication(
unsigned short key
)
member RemoveDeviceCommunication :
key : uint16 -> bool
参数
- key
- 类型:SystemUInt16
设备的唯一标识
返回值
类型:
Boolean[缺少 "M:HslCommunication.Enthernet.Tcp.DebugRemoteServer.RemoveDeviceCommunication(System.UInt16)" 的 <returns> 文档]
参见