AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
|
Packeting structure to handle fragmentation and re-assembly of file download. More...
#include <lib_msg.h>
Data Fields | |
uint32_t | expectedFileSize_u32 |
uint32_t | receivedFileSize_u32 |
uint16_t | dataLen_u16 |
uint16_t | packetId_u16 |
packetStatus_et | status_e |
uint8_t | data_a8 [LENGTH_HTTP_PACKET] |
Packeting structure to handle fragmentation and re-assembly of file download.
uint8_t packet_st::data_a8[LENGTH_HTTP_PACKET] |
Received packet data
uint16_t packet_st::dataLen_u16 |
Length of received packet data
uint32_t packet_st::expectedFileSize_u32 |
Expected filesize
uint16_t packet_st::packetId_u16 |
Packet Id
uint32_t packet_st::receivedFileSize_u32 |
Received filesize
packetStatus_et packet_st::status_e |
Status of packet