PipeMoxaIsClearCacheBeforeRead 属性 |
是否在发送数据前清空缓冲数据,默认是false
Whether to empty the buffer before sending data, the default is false
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsClearCacheBeforeRead { get; set; }
Public Property IsClearCacheBeforeRead As Boolean
Get
Set
public:
property bool IsClearCacheBeforeRead {
bool get ();
void set (bool value);
}
member IsClearCacheBeforeRead : bool with get, set
属性值
类型:
Boolean参见