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.1.2.0 (12.1.2.0)
语法 public bool IsConnectitonError()
Public Function IsConnectitonError As Boolean
public:
bool IsConnectitonError()
member IsConnectitonError : unit -> bool
返回值
类型:
Boolean如果有异常,返回 True, 否则返回 False
参见