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.

禁止主动加入网络API :ZDP_MgmtPermitJoinReq(&dstAddr, 0xFF, 1, FALSE); 的使用问题?

   您好:关于禁止主动加入网络的函数应该是ZDP_MgmtPermitJoinReq吧,那么请问:  dstAddr.addrMode = AddrBroadcast;                                                                               
     dstAddr.addr.shortAddr = NWK_BROADCAST_SHORTADDR_DEVZCZR;            
     ZDP_MgmtPermitJoinReq(&dstAddr, 0xFF, 1, FALSE);  这三条指令在哪个位置添加比较好?