点击或拖拽改变大小

PipeSocket 方法

PipeSocket 类型公开以下成员。

方法
  名称说明
公共方法ChangePorts
变更当前的端口号信息,如果设置了多个端口号的话,就切换其他可用的端口
Change the current port number information, and if multiple port numbers are set, switch to other available ports
公共方法Dispose (重写 PipeBaseDispose.)
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetConnectIPEndPoint
获取当前的远程连接信息,如果端口号设置了可选的数组,那么每次获取对象就会发生端口号切换的操作。
Get the current remote connection information. If the port number is set to an optional array, the port number switching operation will occur every time the object is obtained.
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
公共方法IsConnectitonError
获取当前的连接状态是否发生了异常,如果发生了异常,返回 False
Gets whether an exception has occurred in the current connection state, and returns False if an exception has occurred
受保护的方法MemberwiseClone (继承自 Object。)
公共方法PipeLockEnter
获取锁,可以指定获取锁的超时时间,如果指定的时间没有获取锁,则返回False,反之,返回True
To acquire a lock, you can specify the timeout period for acquiring a lock, return False if the specified time does not acquire a lock, and vice versa, return True
(继承自 PipeBase。)
公共方法PipeLockLeave
离开锁
Leave the lock
(继承自 PipeBase。)
公共方法SetMultiPorts
设置多个可选的端口号信息,例如在三菱的PLC里,支持配置多个端口号,当一个网络发生异常时,立即切换端口号连接读写,提升系统的稳定性
Set multiple optional port number information. For example, in Mitsubishi PLC, it supports to configure multiple port numbers. When an abnormality occurs in a network, the port number is immediately switched to connect to read and write to improve the stability of the system.
公共方法ToString (重写 ObjectToString.)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见