Commit 7a8171aa authored by 潘栩锋's avatar 潘栩锋 🚴

修改 通信测量合并到CommSpeedMeasuring

parent 4e5817fa
This diff is collapsed.
......@@ -10,30 +10,7 @@ namespace GeneralGommunication
public interface IDev7E : INotifyPropertyChanged
{
#region 测量通讯速度
/// <summary>
/// 通讯速度 测量中
/// </summary>
bool IsMeasuring { get; }
/// <summary>
/// 通讯速度 byte/s
/// </summary>
double CommSpeed { get; }
/// <summary>
/// 通讯速度 单位 pack/s
/// </summary>
double PackSpeed { get; }
/// <summary>
/// 开始测量速度
/// </summary>
void StartMeasure();
/// <summary>
///结束测量速度
/// </summary>
void StopMeasure();
CommSpeedMeasuring Csm { get; }
#endregion
/// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment