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.

cc2630 zstack home1.2.2怎么调用停止搜网函数ZDApp_StopJoiningCycle()

由于zstack home1.2.2协议栈中将底层和应用层分离了,导致了使用上不知道怎么调用底层的函数了,ZDApp_StopJoiningCycle()函数在应用层是无定义的,不知道怎么在应用层中调用这个函数,实现停止搜网的功能。谢谢了

  • 你可以在zstack_CmdIDs定义你自己的消息,从application发送命令到core stack,然后调用ZDApp_StopJoiningCycle

    注意,事件zstackmsg_CmdIDs_RESERVED_1A不要使用,其他的都可以。