XBee_ATCommand Struct Reference
[XBee Packet Types]

The structure used for a standard AT Command packet. More...


Data Fields

uint8 frameID
 the ID for this packet that subsequent response/status messages can refer to.
uint8 command [2]
 the 2-character AT command.
uint8 parameters [97]
 a buffer that holds the value of the AT command.

Detailed Description

The structure used for a standard AT Command packet.

Definition at line 60 of file xbee.h.


Field Documentation

the 2-character AT command.

Definition at line 63 of file xbee.h.

the ID for this packet that subsequent response/status messages can refer to.

Definition at line 62 of file xbee.h.

a buffer that holds the value of the AT command.

Definition at line 64 of file xbee.h.