CommunicationPipeUseServerActivePush 属性 |
获取或设置当前的管道是否激活从设备主动推送的功能,设置为 true 时支持主动从设备方接收数据信息
Gets or sets whether the current pipeline activates the function of actively pushing data from the device. If this is set to true, it supports actively receiving data information from the device
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool UseServerActivePush { get; set; }
Public Property UseServerActivePush As Boolean
Get
Set
public:
property bool UseServerActivePush {
bool get ();
void set (bool value);
}
member UseServerActivePush : bool with get, set
属性值
类型:
Boolean参见