请问:在2530中,终端设备的父设备丢失,重新请求加网的时候,首先
(1)nwkNeighborInitTable();// Clear the neighbor Table and network discovery tables.
(2)ZDApp_SendMsg( ZDAppTaskID, ZDO_NWK_JOIN_REQ, sizeof(osal_event_hdr_t), NULL );/*ZDO_NWK_JOIN_REQ*/
那么在CC2630中,
case zstackmsg_CmdIDs_AF_DATA_CONFIRM_IND:
{
zstackmsg_afDataConfirmInd_t *pInd = (zstackmsg_afDataConfirmInd_t *)pMsg;
if(pInd->req.status== zstack_ZStatusValues_ZApsNoAck)
{
//如何重新加网??
}
}
谢谢