This is the OTA statistics structure to hold useful info. More...
#include <ota_private.h>
Data Fields | |
| uint32_t | otaPacketsReceived | 
| uint32_t | otaPacketsQueued | 
| uint32_t | otaPacketsProcessed | 
| uint32_t | otaPacketsDropped | 
This is the OTA statistics structure to hold useful info.
| uint32_t OtaAgentStatistics_t::otaPacketsReceived | 
Number of OTA packets received by the MQTT callback.
| uint32_t OtaAgentStatistics_t::otaPacketsQueued | 
Number of OTA packets queued by the MQTT callback.
| uint32_t OtaAgentStatistics_t::otaPacketsProcessed | 
Number of OTA packets processed by the OTA task.
| uint32_t OtaAgentStatistics_t::otaPacketsDropped | 
Number of OTA packets dropped due to congestion.