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_MgmtPermitJoinReq()的用法

看了说明,还是不太清楚这个函数的作用,

afStatus_t ZDP_MgmtPermitJoinReq( zAddrType_t *dstAddr, byte duration,
byte TcSignificance, byte SecurityEnable );

我的理解是:协调器或路由器设置是否允许其他节点入网,但是dstAddr又是干嘛的呢?如果要实现协调器禁止入网,是用这个函数吗?