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
芯片信号:2530
问题:请问3.0.2如何注册多端点,以及当传入的zcl消息的endpoint不同的时候,协议栈是如何区分处理的,具体体现在哪个函数上面?谢谢。
所以我是需要在应用程序里面注册两个回调函数以实现我不同endpoint的处理吗?是否类似于下面代码?
zclGeneral_RegisterCmdCallbacks( GENERICAPP_ENDPOINT, &zclGenericApp_CmdCallbacks_1 ); zclGeneral_RegisterCmdCallbacks( GENERICAPP_ENDPOINT_2, &zclGenericApp_CmdCallbacks_2 );