|
Ares LoRa Firmware
|
Payload of ares packets. More...
#include <packet.h>
Data Fields | |
| enum ares_packet_payload_type | type |
| union { | |
| struct { | |
| int64_t sec | |
| uint64_t nsec | |
| } START | |
| struct { | |
| bool ready | |
| } HEARTBEAT | |
| struct { | |
| uint8_t part | |
| uint8_t num_parts | |
| uint16_t log_id | |
| const char * msg | |
| size_t msg_len | |
| } LOG | |
| struct { | |
| uint8_t part | |
| uint8_t num_parts | |
| uint16_t log_id | |
| } LOG_ACK | |
| } | payload |
Payload of ares packets.
| union { ... } ares_packet_payload::payload |
The payload data.
| enum ares_packet_payload_type ares_packet_payload::type |
The payload type.