PipeMoxaReceiveEmptyDataCount 属性 |
获取或设置连续接收空的数据次数,在数据接收完成时有效,每个单位消耗的时间为
SleepTime。
Obtain or set the number of consecutive times to receive empty data, which is valid when the data is received, and the time consumed by each unit is
SleepTime
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int ReceiveEmptyDataCount { get; set; }
Public Property ReceiveEmptyDataCount As Integer
Get
Set
public:
property int ReceiveEmptyDataCount {
int get ();
void set (int value);
}
member ReceiveEmptyDataCount : int with get, set
属性值
类型:
Int32参见