NetworkDoubleBaseSleepTime 属性 |
获取或设置在正式接收对方返回数据前的时候,需要休息的时间,当设置为0的时候,不需要休息。
Get or set the time required to rest before officially receiving the data from the other party. When it is set to 0, no rest is required.
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int SleepTime { get; set; }
Public Property SleepTime As Integer
Get
Set
public:
property int SleepTime {
int get ();
void set (int value);
}
member SleepTime : int with get, set
属性值
类型:
Int32参见