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

The OTA Agent event and data structures. More...

#include <ota_private.h>

Data Fields

uint8_t data [OTA_DATA_BLOCK_SIZE]
 
uint32_t dataLength
 
bool bufferUsed
 

Detailed Description

The OTA Agent event and data structures.

Field Documentation

◆ data

uint8_t OtaEventData_t::data[OTA_DATA_BLOCK_SIZE]

Buffer for storing event information.

◆ dataLength

uint32_t OtaEventData_t::dataLength

Total space required for the event.

◆ bufferUsed

bool OtaEventData_t::bufferUsed

Flag set when buffer is used otherwise cleared.


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