|
Digi XBee(R) ANSI C Host Library
|
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] |
Circular buffer used by transparent serial cluster handler.
Buffer is empty when head == tail and full when head == (tail - 1).
1.8.11