DLT698OverTcpIsServerActivePush 属性 |
获取或设置是否启用服务器主动推送功能,默认为不启用,如果某些设备支持主动推送功能,可以设置为True,然后在事件中接收数据。
Gets or sets whether active push is enabled on the server. By default, it is disabled. If some devices support active push, it can be set to True and then receive data in the event.
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public bool IsServerActivePush { get; set; }
Public Property IsServerActivePush As Boolean
Get
Set
public:
property bool IsServerActivePush {
bool get ();
void set (bool value);
}
member IsServerActivePush : bool with get, set
属性值
类型:
Boolean
参见