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.

为什么不能退网

协调器删除终端不过总不能删除怎么回事?

zAddrType_t Myleave;
  Myleave.addrMode=(afAddrMode_t) Addr64Bit;
  for(xdln=0;xdln<8;xdln++)
  {
    Myleave.addr.extAddr[xdln]=extAddr[xdln];
  }
 ZDP_MgmtLeaveReq(&Myleave,extAddr,0,0,0);