Digi XBee(R) ANSI C Host Library
Data Fields
xbee_cbuf_t Struct Reference

Circular buffer used by transparent serial cluster handler. More...

#include "xbee/cbuf.h"

Data Fields

unsigned int head
 
unsigned int tail
 
unsigned int mask
 
uint8_t data [1]
 

Detailed Description

Circular buffer used by transparent serial cluster handler.

Buffer is empty when head == tail and full when head == (tail - 1).


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