点击或拖拽改变大小

PipeSocketIsConnectitonError 方法

获取当前的连接状态是否发生了异常,如果发生了异常,返回 False
Gets whether an exception has occurred in the current connection state, and returns False if an exception has occurred

命名空间:  HslCommunication.Core.Pipe
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public bool IsConnectitonError()

返回值

类型:Boolean
如果有异常,返回 True, 否则返回 False
参见