XBee Firmware Library  1.6.0
Data Fields
xbee_cbuf_t Struct Reference

Data Fields

uint8_t data [1]
 
uint8_t head
 
uint8_t lock
 
uint8_t mask
 
uint8_t tail
 

Detailed Description

Circular buffer used by transparent serial cluster handler. Buffer is empty when head == tail and full when head == (tail - 1).