Digi XBee(R) ANSI C Host Library
|
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 | |
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.