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.

邻居表的打印

问题描述:

我一个C一个R,企图按着网上的帖子http://blog.csdn.net/mahaichao540174345/article/details/7973785打印邻居表与路由表,都为0 ;

也就是

NLME_GetRequest(nwkNumNeighborTableEntries,0,&ntnum);
NLME_GetRequest(nwkNumRoutingTableEntries,0,&rtnum);
ntnum为0,rtnum为0;
帖子也有很多不明之处。
 
恳请大神给予正确的打印方法,或建议!!