大家好,我要绑定,但是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盘) 德州仪器给的 组网实验代码