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.

关于ZDP_EndDeviceBindReq

Other Parts Discussed in Thread: Z-STACK

大家好,我要绑定,但是ZDP_EndDeviceBindReq( )不知道怎么用,调用时需要加参数吗,我加了但是发现那些参数不能用 报错说没定义。

ZDP_EndDeviceBindReq( &dstAddr, NLME_GetShortAddr(),
DemoApp_epDesc.endPoint,
DemoApp_PROFID,
DemoApp_MAX_CLUSTERS,
(cId_t *)DemoApp_ClusterList,
DemoAppp_MAX_CLUSTERS,
(cId_t *)DemoApp_ClusterList,
FALSE );

求指教!   我用的是Texas Instruments V3.1(直接解压至C盘)  德州仪器给的 组网实验代码

  • 首先你可以通过Zigbee Specification 2010 里面的2.4和2.5 了解下bind的基本概念,实现流程,实现方法等等,里面描述的很清楚的。另外你可以在安装的Z-stack文件夹目录Documents中找到Z-stcak API这个文档,里面的3.1.5 ZDO Binding API,有专门讲关于bind的api函数使用方法。

  • Victor:

           你好~

           我刚刚去zigbee.org 下载到的 Specification 是2008.1.17 发布的不是2010版本,下载来源如下:

       请问,Zigbee Specification 2010 去哪里下载,还有目前Zigbee Specification 是不是已经有2012 版本了?

  • 你好! 这个没有什么影响的,你下载的那个没问题的!