Loading...
Searching...
No Matches
lorawan_buffer_t Struct Reference

buffer helper for parsing and constructing LoRaWAN packets. More...

Detailed Description

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
 

Field Documentation

◆ data

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.

◆ index

uint8_t lorawan_buffer_t::index

current index in the buffer

Definition at line 131 of file gnrc_lorawan_internal.h.

◆ size

uint8_t lorawan_buffer_t::size

size of the buffer

Definition at line 130 of file gnrc_lorawan_internal.h.


The documentation for this struct was generated from the following file: