广播命令可以接收各个从机的返回数据
This commit is contained in:
@@ -16,6 +16,16 @@ public:
|
||||
};
|
||||
|
||||
|
||||
// 从机检测命令
|
||||
class slave_check2:public HandleBoardCast
|
||||
{
|
||||
public:
|
||||
slave_check2():HandleBoardCast(){}
|
||||
int start(myarray data);
|
||||
int dolater(int cmd, myarray data);
|
||||
void timeout();
|
||||
};
|
||||
|
||||
|
||||
|
||||
// 获取检测结果命令
|
||||
|
Reference in New Issue
Block a user