技术支持和大神们:
请问在设备关联入网时,我想判断关联请求设备64为地址是否合法?Z-stack-home-1.2.0程序中哪里可以找到关联的代码?关联表在哪找到?如何删除关联表中个别元素呢?
谢谢!
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.
技术支持和大神们:
请问在设备关联入网时,我想判断关联请求设备64为地址是否合法?Z-stack-home-1.2.0程序中哪里可以找到关联的代码?关联表在哪找到?如何删除关联表中个别元素呢?
谢谢!
在 nwk_globals.C 文件中有对关联表的定义,代码如下:
#if defined(RTR_NWK)
// Statically defined Associated Device List
associated_devices_t AssociatedDevList[NWK_MAX_DEVICES];
#endif
另外可以参考网络上的总结 http://blog.csdn.net/niutao0602/article/details/24701879