XBee Firmware Library  1.6.0
Data Fields
xbee_command_list_context_t Struct Reference

Context data passed to command list processor. More...

Data Fields

void FAR * base
 Pointer to base address of data to populate with command responses. More...
 
uint16_t index
 Where we are in the command list (index of last entry submitted). More...
 
const struct xbee_atcmd_reg_t FAR * list
 Pointer to start of command list. More...
 
enum xbee_command_list_status status
 Execution status. More...
 

Detailed Description

Context data passed to command list processor.

This struct (or another struct with this as its first member) must be used as the context for the command list processor.

Field Documentation

void FAR* base

Pointer to base address of data to populate with command responses.

uint16_t index

Where we are in the command list (index of last entry submitted).

const struct xbee_atcmd_reg_t FAR* list

Pointer to start of command list.

Execution status.