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 |
The OTA Agent event and data structures.
uint8_t OtaEventData_t::data[OTA_DATA_BLOCK_SIZE] |
Buffer for storing event information.
uint32_t OtaEventData_t::dataLength |
Total space required for the event.
bool OtaEventData_t::bufferUsed |
Flag set when buffer is used otherwise cleared.