Quantcast
Channel: Zigbee 和 Thread
Viewing all articles
Browse latest Browse all 16971

帖子: RE: Zigbee cc2530 中如何查看router table

$
0
0

确定运行过程有建立到其他节点的路由路劲,

初始化的值应该是下面

pRtg->dstAddress = INVALID_NODE_ADDR;
pRtg->nextHopAddress = INVALID_NODE_ADDR;
pRtg->expiryTime = 0;
pRtg->status = RT_INIT;
pRtg->options = 0;


Viewing all articles
Browse latest Browse all 16971

Trending Articles