| DeviceSerialPortIsClearCacheBeforeRead 属性  | 
 
            是否在发送数据前清空缓冲数据,默认是false
            Whether to empty the buffer before sending data, the default is false
            
 
        命名空间: 
     HslCommunication.Core.Device
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.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 参见
参见