zigbee发送端发送了目标地址的短地址和endpoint,接收端需要识别自身的短地址是不是匹配并判断是发给哪个endpoint的。
接收端识别这两个的函数在哪?
另外,如果想注册多个endpoint,除了注册不同endpoint的简单描述符和af层注册以外,还需要做哪些工作?谢谢
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.
当节点收到数据时会触发 afIncomingData 函数,afIncomingData 函数会对信息进行过滤,看是否为本设备的信息
建议您在协议栈内跟踪afIncomingData 函数