AWS IoT Over-the-air Update v3.3.0
Client library for AWS IoT OTA
OtaAgentStatistics_t Struct Reference

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
 

Detailed Description

This is the OTA statistics structure to hold useful info.

Field Documentation

◆ otaPacketsReceived

uint32_t OtaAgentStatistics_t::otaPacketsReceived

Number of OTA packets received by the MQTT callback.

◆ otaPacketsQueued

uint32_t OtaAgentStatistics_t::otaPacketsQueued

Number of OTA packets queued by the MQTT callback.

◆ otaPacketsProcessed

uint32_t OtaAgentStatistics_t::otaPacketsProcessed

Number of OTA packets processed by the OTA task.

◆ otaPacketsDropped

uint32_t OtaAgentStatistics_t::otaPacketsDropped

Number of OTA packets dropped due to congestion.


The documentation for this struct was generated from the following file: