|
Ares LoRa Firmware
|
Serial buffer metadata that describes the location of a packet in a buffer, the size of the packet, and how many bytes need to be read before deserialization is possible. More...
#include <packet.h>
Data Fields | |
| int | start |
| int | size |
| int | bytes_left |
Serial buffer metadata that describes the location of a packet in a buffer, the size of the packet, and how many bytes need to be read before deserialization is possible.
| int ares_packet_info::bytes_left |
Number of additional bytes needed for a complete packet.
| int ares_packet_info::size |
Size of the packet.
| int ares_packet_info::start |
Start index.