XBee Firmware Library  1.6.0
Data Fields
xbee_dev_t::rx Struct Reference

Buffer and state variables used for receiving a frame. More...

Data Fields

uint16_t bytes_in_frame
 bytes in frame being read; does not include checksum byte More...
 
uint16_t bytes_read
 bytes read so far More...
 
uint8_t frame_data [XBEE_MAX_FRAME_LEN+1]
 bytes received, starting with frame_type, +1 is for checksum More...
 
enum xbee_dev_rx_state state
 current state of receiving a frame More...
 

Detailed Description

Buffer and state variables used for receiving a frame.