Data structure for extraction L2 information of received packets. More...
Data structure for extraction L2 information of received packets.
#include <xbee.h>
Data Fields | |
uint8_t | addr_len |
L2 address length (SRC and DST) | |
uint8_t | bcast |
0 := unicast, 1:=broadcast | |
uint8_t | rssi |
RSSI value. | |
uint8_t | src_addr [8] |
L2 source address. | |
uint8_t | dst_addr [8] |
L2 dst address. | |