buffer helper for parsing and constructing LoRaWAN packets. More...
buffer helper for parsing and constructing LoRaWAN packets.
Definition at line 128 of file gnrc_lorawan_internal.h.
#include <gnrc_lorawan_internal.h>
Data Fields | |
| uint8_t * | data |
| pointer to the beginning of the buffer holding data | |
| uint8_t | size |
| size of the buffer | |
| uint8_t | index |
| current index in the buffer | |
| uint8_t* lorawan_buffer_t::data |
pointer to the beginning of the buffer holding data
Definition at line 129 of file gnrc_lorawan_internal.h.
| uint8_t lorawan_buffer_t::index |
current index in the buffer
Definition at line 131 of file gnrc_lorawan_internal.h.
| uint8_t lorawan_buffer_t::size |
size of the buffer
Definition at line 130 of file gnrc_lorawan_internal.h.