协调器用带APS ACK的AF_DataRequest同时向多个设备发送数据,在多个设备都因为掉线导致超时,最大超时时间是多少?
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.
协调器用带APS ACK的AF_DataRequest同时向多个设备发送数据,在多个设备都因为掉线导致超时,最大超时时间是多少?
我测试同时向两个掉线的设备发送数据,连续两次调用AF_DataRequest,到与之对应的AF_DATA_CONFIRM消息返回,每个AF_DATA_CONFIRM消息都是18秒。
请问AF_DATA_CONFIRM里如何分辨是MAC ack还是APS ack,谢谢
使能APS ACK的发送,AF_DATA_CONFIRM返回SUCCESS就是APS ACK。每一级路由都有MAC ACK是APS ACK的必要条件。