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.

请问如何停止搜网

尝试调用ZDApp_StopJoiningCycle函数,但是总返回FALSE,跟踪该函数发现只有当

devState == DEV_INIT || devState == DEV_NWK_DISC || devState == DEV_NWK_BACKOFF条件成立才会返回TRUE,我现在是以终端方式入网,入网之后devState总是等于DEV_END_DEVICE,能否在该处添加devState == DEV_END_DEVICE使该条件成立?