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.
在zigbee协议栈中有这两个结构。
我的理解是SimpleDescriptionFormat_t是标识这个设备的,而endPointDesc_t则是标识设备上的一个端口。endPointDesc_t可以有多个,而SimpleDescriptionFormat_t只能有一个。
然而在AF_DataRequest发送的时候却只用endPointDesc_t来标识源地址,只是一个端口描述符怎么会标识一个设备呢?