CommunicationPipeIsPersistentConnection 属性 |
获取或设置当前的管道是否是长连接,仅对于串口及TCP是有效的,默认都是长连接
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsPersistentConnection { get; set; }
Public Property IsPersistentConnection As Boolean
Get
Set
public:
property bool IsPersistentConnection {
bool get ();
void set (bool value);
}
member IsPersistentConnection : bool with get, set
属性值
类型:
Boolean参见