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.

CC2630 问题:设备退网后如何设置,才能有状态反馈,就像zstackmsg_CmdIDs_DEV_STATE_CHANGE_IND

Other Parts Discussed in Thread: CC2630, Z-STACK

请问:

(1)如下设置,是否是设备退网成功后,stack的返回

zdoCBReq.has_leaveIndCB = true;
zdoCBReq.leaveIndCB = true;

zstackmsg_CmdIDs_ZDO_LEAVE_IND

(2)

zdoCBReq.has_leaveCnfCB = true;
zdoCBReq.leaveCnfCB = true;

zstackmsg_CmdIDs_ZDO_LEAVE_CNF

两个的区别

谢谢