Digi XBee(R) ANSI C Host Library
Data Structures | Enumerations | Variables
reg_descr.h File Reference

Header for XBee register descriptors. More...

#include "xbee/platform.h"

Go to the source code of this file.

Data Structures

struct  _xbee_reg_descr_t
 

Enumerations

enum  _xbee_rci_type_t {
  XBEE_RCI_TYPE_UINT32, XBEE_RCI_TYPE_HEX32, XBEE_RCI_TYPE_STRING, XBEE_RCI_TYPE_BIN,
  XBEE_RCI_TYPE_ADDR64
}
 iDigi RCI type names used by do_command type=zigbee. More...
 

Variables

const char * _xbee_rci_types []
 Table to map _xbee_rci_type_t to RCI type string.
 
const FAR _xbee_reg_descr_t _xbee_reg_table []
 

Detailed Description

Header for XBee register descriptors.

Note
This header is sensitive to the value of the macro IDIGI_USE_XBEE. If this macro is defined, some additional fields in the register descriptor structure are defined (and initialized). This data is required for iDigi support to be included.