MakingThings
Make Controller Kit
Firmware API
MAKE Zine

XBee_TX16 Struct Reference
[XBee Packet Types]

The structure used to transmit a data packet with a 16-bit destination address. More...


Data Fields

uint8 frameID
 the ID for this packet that subsequent response/status messages can refer to.
uint8 destination [2]
 the 16-bit (2-byte) address of the destination.
uint8 options
 0x01 (disable ACK) or 0x04 (Send with Broadcast PAN ID).
uint8 data [96]
 a buffer containing the value of the outgoing packet.

Detailed Description

The structure used to transmit a data packet with a 16-bit destination address.

Definition at line 92 of file xbee.h.


Field Documentation

uint8 XBee_TX16::data[96]

a buffer containing the value of the outgoing packet.

Definition at line 97 of file xbee.h.

the 16-bit (2-byte) address of the destination.

Definition at line 95 of file xbee.h.

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

Definition at line 94 of file xbee.h.

0x01 (disable ACK) or 0x04 (Send with Broadcast PAN ID).

Definition at line 96 of file xbee.h.

Make Controller Kit