由于工程需求,需要保证关联表无论何时都必须有一个空位,所以想在新设备入网成功的回调函数中加入删除最久没有收到消息的节点。
现在的问题是不知道入网成功后的回调函数是哪个?
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.
由于工程需求,需要保证关联表无论何时都必须有一个空位,所以想在新设备入网成功的回调函数中加入删除最久没有收到消息的节点。
现在的问题是不知道入网成功后的回调函数是哪个?
/*********************************************************************
* @fn ZDO_JoinConfirmCB
*
* @brief This function allows the next hight layer to be notified
* of the results of its request to join itself or another
* device to a network.
*
* @param Status - Result of NLME_JoinRequest()
*
* @return none
*/