Digi XBee(R) ANSI C Host Library
Data Fields
xbee_dev_t::rx Struct Reference

Current mode of the XBee device (e.g., boot loader, API, command). More...

#include "xbee/device.h"

Data Fields

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

Detailed Description

Current mode of the XBee device (e.g., boot loader, API, command).

Buffer and state variables used for receiving a frame. Keep at the end of the structure since frame_data can be large.


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