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.

3.0.2协议栈GenericApp例程

Other Parts Discussed in Thread: Z-STACK

2530终端,2538协调器

2530入网以后

双方用AF_DataRequest互发,发现下面的函数进入不了,可能是哪里出了问题?

case AF_INCOMING_MSG_CMD:
GenericApp_MessageMSGCB( MSGpkt );

我是参照Z-Stack Mesh 1.0.0(原始)协议栈GenericApp例程里的AF_DataRequest使用方法,