由节点一直在发送beacon,协调器也在不断发送super frame。调试发现 pNwkDesc一直是0.
pNwkDesc = nwk_getNwkDescList();
while (pNwkDesc)
{
ResultCount++;
pNwkDesc = pNwkDesc->nextDesc;
}
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.
由节点一直在发送beacon,协调器也在不断发送super frame。调试发现 pNwkDesc一直是0.
pNwkDesc = nwk_getNwkDescList();
while (pNwkDesc)
{
ResultCount++;
pNwkDesc = pNwkDesc->nextDesc;
}