![]() |
Midnight Sun Firmware
|
Structure representing the datagram header. More...
#include <fota_datagram.h>
Public Attributes | |
FotaDatagramType | type |
uint32_t | datagram_id |
uint32_t | total_length |
uint16_t | num_packets |
uint32_t | crc32 |
Structure representing the datagram header.
uint32_t crc32 |
CRC of the entire datagram for verification
uint32_t datagram_id |
Unique ID for this datagram
uint16_t num_packets |
Number of packets in this datagram
uint32_t total_length |
Total length of datagram content
FotaDatagramType type |
Type of datagram