您好!
终端通过以下功能与协调器通信:
ZStatus_t zcl_ReportSendCmd (uint8 srcEP、afAddrType_t *dstAddr、
Uint16 clusterID、zclReportCmd_t * reportCmd、
uint8方向、uint8 disableDefaultRsp、uint8 seqnum)
协调器使用什么功能与终端通信?
谢谢。此致、
Nick
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.
您好!
终端通过以下功能与协调器通信:
ZStatus_t zcl_ReportSendCmd (uint8 srcEP、afAddrType_t *dstAddr、
Uint16 clusterID、zclReportCmd_t * reportCmd、
uint8方向、uint8 disableDefaultRsp、uint8 seqnum)
协调器使用什么功能与终端通信?
谢谢。此致、
Nick
您好、Nick。
由于它专门与从终端发送的 zcl_ReportSendCmd 有关,所以协调器将在 zcl_ProcessMessageMSG 中接收消息。 如果 disableDefaultRsp 为 false、则协调器将使用 已提及的 zcl_SendDefaultRspCmd 进行回复、4k 最终将 作为 ZDO/ZCL 消息成为 AF_DataRequest。 如果启用、则协调器的应用程序可以通过 zcl*_ProcessIncomingMsg 的 ZCL_CMD_REPORT 案例进一步处理传入报告命令。
此致、
Ryan