This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
终端节点发送过来的消息,抓包软件显示校验错误,
可是协调器仍然接收到了消息然后进入了AF_INCOMING_MSG_CMD,这样前后两条消息相当于重复了,
怎么才能过滤这条错误消息不让它进入应用层,或者应用层手动去掉它
case AF_INCOMING_MSG_CMD:
SampleApp_MessageMSGCB(MSGpkt);
break;