连续串口缓冲数据检测的间隔时间,默认20ms,该值越小,通信速度越快,但是越不稳定。
Continuous serial port buffer data detection interval, the default 20ms, the smaller the value, the faster the communication, but the more unstable.
命名空间:
HslCommunication.Serial
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:11.5.0.0 (11.5.0.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
参见