Midnight Sun Firmware
Loading...
Searching...
No Matches
NetworkBuffer

struct containing details of circular buffer More...

#include <network_buffer.h>

Public Attributes

uint8_t data [NETWORK_BUFFER_SIZE]
 
uint16_t num_items
 
uint16_t write_index
 
uint16_t read_index
 

Detailed Description

struct containing details of circular buffer

Parameters
datapointer to internally held data
sizesize of circular buffer
insertcurrent insert index
headcurrent read index

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