|
XBee Firmware Library
1.6.0
|
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... | |
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.
| 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.
| enum xbee_command_list_status status |
Execution status.
1.8.10