An incoming data packet with a 64-bit address.
More...
|
Data Fields |
uint8 | source [8] |
| the 64-bit (8-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 [89] |
| a buffer containing the value of the incoming packet.
|
Detailed Description
An incoming data packet with a 64-bit address.
Definition at line 116 of file xbee.h.
Field Documentation
a buffer containing the value of the incoming packet.
Definition at line 121 of file xbee.h.
bit 1 is Address Broadcast, bit 2 is PAN broadcast.
Other bits reserved.
Definition at line 120 of file xbee.h.
the signal strength of the received message.
Definition at line 119 of file xbee.h.
the 64-bit (8-byte) address of the sender.
Definition at line 118 of file xbee.h.