XBee_RX16 Struct Reference
[XBee Packet Types]

An incoming data packet with a 16-bit address. More...


Data Fields

uint8 source [2]
 the 16-bit (2-byte) address of the sender.
uint8 rssi
 the signal strength of the received message.
uint8 options
 bit 1 is Address Broadcast, bit 2 is PAN broadcast.
uint8 data [95]
 a buffer containing the value of the incoming packet.

Detailed Description

An incoming data packet with a 16-bit address.

Definition at line 127 of file xbee.h.


Field Documentation

uint8 XBee_RX16::data[95]

a buffer containing the value of the incoming packet.

Definition at line 132 of file xbee.h.

bit 1 is Address Broadcast, bit 2 is PAN broadcast.

Other bits reserved.

Definition at line 131 of file xbee.h.

the signal strength of the received message.

Definition at line 130 of file xbee.h.

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

Definition at line 129 of file xbee.h.