XBee_ATCommandResponse Struct Reference
[XBee Packet Types]
The structure used for a response to a standard AT Command packet.
More...
|
Data Fields |
| uint8 | frameID |
| | the ID that this response is referring to.
|
| uint8 | command [2] |
| | the 2-character AT command.
|
| uint8 | status |
| | response value - 0 (OK) or 1 (ERROR).
|
| uint8 | value [96] |
| | a buffer containing the value of the AT command response.
|
Detailed Description
The structure used for a response to a standard AT Command packet.
Definition at line 70 of file xbee.h.
Field Documentation
the 2-character AT command.
Definition at line 73 of file xbee.h.
the ID that this response is referring to.
Definition at line 72 of file xbee.h.
response value - 0 (OK) or 1 (ERROR).
Definition at line 74 of file xbee.h.
a buffer containing the value of the AT command response.
Definition at line 75 of file xbee.h.