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.

如何控制协调器 让ZigBee终端节点断开挂网

向大家讨教个问题:在我的zstack程序中使用了白名单的方法来让终端节点连接协调器。在添加了一个节点进白名单之后,节点挂上了协调器的网络,这时,如果把该节点的名单去掉之后,怎么让协调器在不重启的情况下将该节点断开连接呢?我试了下ZDOInitDevice(0); 来重启协调器的网络,但是发现节点还是能够挂网,除非把协调器断电一段时间再重启。