XBee Firmware Library  1.6.0
Data Fields
xbee_atcmd_reg_t Struct Reference

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

Data Fields

uint8_t bytes
 value to set. More...
 
xbee_command_list_fn callback
 
xbee_at_cmd_t command
 command to send to XBee device More...
 
uint8_t flags
 Option flags (meaningful to callback) More...
 
uint16_t offset
 offset into base address to copy bytes More...
 
enum xbee_command_list_type type
 Type of processing. More...
 

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

value to set.

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

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).

xbee_at_cmd_t command

command to send to XBee device

uint8_t flags

Option flags (meaningful to callback)

uint16_t offset

offset into base address to copy bytes

Type of processing.