Digi XBee(R) ANSI C Host Library
|
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 | |
Entry for table of XBee registers to query at startup.
Use XBEE_ATCMD_REG() to populate _xbee_atcmd_query_regs[].
uint8_t bytes |
number of bytes in response to copy or, for .type == XBEE_CLT_SET_8, is value to set.
xbee_command_list_fn callback |
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).