An incoming packet with IO data from 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 | samples |
| the number of samples in this packet.
|
uint8 | channelIndicators [2] |
| bit mask indicating which channels have been sampled.
|
uint8 | data [86] |
| a buffer containing the IO values as indicated by channelIndicators.
|
Detailed Description
An incoming packet with IO data from a 64-bit address.
Definition at line 138 of file xbee.h.
Field Documentation
bit mask indicating which channels have been sampled.
Definition at line 144 of file xbee.h.
a buffer containing the IO values as indicated by channelIndicators.
Definition at line 145 of file xbee.h.
bit 1 is Address Broadcast, bit 2 is PAN broadcast.
Other bits reserved.
Definition at line 142 of file xbee.h.
the signal strength of the received message.
Definition at line 141 of file xbee.h.
the number of samples in this packet.
Definition at line 143 of file xbee.h.
the 64-bit (8-byte) address of the sender.
Definition at line 140 of file xbee.h.