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.

if (nwk_ExtPANIDValid( ZDO_UseExtendedPANID ) == TRUE)什么意思?

在函数networkDesc_t* ZDApp_NwkDescListProcessing(void)

{

    ........

     if (nwk_ExtPANIDValid( ZDO_UseExtendedPANID ) == TRUE)   

   ...........

}

上面代码的作用是什么?试验中发现,一旦协调器重启,则终端设备有时候不能再入网,调试发现,PAN已经找到,上面条件成立,无法入网。

正常情况下,上面代码为FALSE,可以入网。

x 出现错误。请重试或与管理员联系。