|
Digi XBee(R) ANSI C Host Library
|
Context data passed to command list processor. More...
#include "xbee/atcmd.h"
Data Fields | |
| const struct xbee_atcmd_reg_t FAR * | list |
| Pointer to start of command list. | |
| void FAR * | base |
| Pointer to base address of data to populate with command responses. | |
| enum xbee_command_list_status | status |
| Execution status. | |
| uint16_t | index |
| Where we are in the command list (index of last entry submitted). | |
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.
1.8.11