Quantcast
Channel: Zigbee 和 Thread
Viewing all articles
Browse latest Browse all 16985

帖子: CC2630的iCall机制如何理解?

$
0
0

比如:

uint16 ZStackTaskProcessEvent( uint8 taskId, uint16 events )
{
    case AF_INCOMING_MSG_CMD:
        processAfIncomingMsgInd( (afIncomingMSGPacket_t *)pMsg );
    break;
}
static void Switch_processZStackMsgs(zstackmsg_genericReq_t *pMsg)
{
    case zstackmsg_CmdIDs_AF_INCOMING_MSG_IND:
   {
        zstackmsg_afIncomingMsgInd_t *pInd =(zstackmsg_afIncomingMsgInd_t *)pMsg;
        Switch_processAfIncomingMsgInd( &(pInd->req) );
   }
break;
}
这两个部分对AF数据的处理??
此处体现的ICall_send??

Viewing all articles
Browse latest Browse all 16985

Latest Images

Trending Articles