Commit 11400848 authored by 潘栩锋's avatar 潘栩锋 🚴

添加 添加Tran数量查询,用于三轴控制器1s内无交易插入心跳包

parent 5b67d6f8
......@@ -57,6 +57,12 @@ namespace GeneralGommunication
/// </summary>
List<COMMREQ_TransactionBase> Transactions;
public bool IsTransactionsEmpty
{
get {
return Transactions.Count() == 0;
}
}
/// <summary>
/// 当前正在等待回复的指令
/// </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