buffer helper for parsing and constructing LoRaWAN packets. More...
buffer helper for parsing and constructing LoRaWAN packets.
Definition at line 116 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 inxed in the buffer | |