看了说明,还是不太清楚这个函数的作用,
afStatus_t ZDP_MgmtPermitJoinReq( zAddrType_t *dstAddr, byte duration,
byte TcSignificance, byte SecurityEnable );
我的理解是:协调器或路由器设置是否允许其他节点入网,但是dstAddr又是干嘛的呢?如果要实现协调器禁止入网,是用这个函数吗?
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.
看了说明,还是不太清楚这个函数的作用,
afStatus_t ZDP_MgmtPermitJoinReq( zAddrType_t *dstAddr, byte duration,
byte TcSignificance, byte SecurityEnable );
我的理解是:协调器或路由器设置是否允许其他节点入网,但是dstAddr又是干嘛的呢?如果要实现协调器禁止入网,是用这个函数吗?
ZDP_MgmtPermitJoinReq是发送命令给别人,让别的设备不允许其他设备加入,是通过无线数据让别的设备不允许加入。