Digi XBee(R) ANSI C Host Library
Data Fields
xbee_atcmd_reg_t Struct Reference

Entry for table of XBee registers to query at startup. More...

#include "xbee/atcmd.h"

Data Fields

xbee_at_cmd_t command
 command to send to XBee device
 
uint8_t flags
 Option flags (meaningful to callback)
 
enum xbee_command_list_type type
 Type of processing.
 
xbee_command_list_fn callback
 Callback function to be invoked when this command receives a response. More...
 
uint8_t bytes
 number of bytes in response to copy or, for .type == XBEE_CLT_SET_8, is value to set. More...
 
uint16_t offset
 offset into base address to copy bytes
 

Detailed Description

Entry for table of XBee registers to query at startup.

Use XBEE_ATCMD_REG() to populate _xbee_atcmd_query_regs[].

Field Documentation

uint8_t bytes

number of bytes in response to copy or, for .type == XBEE_CLT_SET_8, is value to set.

Callback function to be invoked when this command receives a response.

May be NULL, in which case a default processing function will be invoked. The default function will simply move bytes length of data to offset in base (according to the type field).


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