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.

关于CC2528 ZigBee实验中,终端设备选择网络时关于._NIB代表什么意思?

networkDesc_t* ZDApp_NwkDescListProcessing(void)

{

         .......................

     if ( pNwkDesc->chosenRouter != _NIB.nwkCoordAddress || _NIB.nwkCoordAddress == INVALID_NODE_ADDR ){}

}

请问,终端设备在选择 合适的网络进行加入操作的时候,上面的 _NIB.nwkCoordAddress 代表的是什么意思?还有一些关于_NIB的操作有没有详细的温文档说明。