Data structure for extraction L2 information of received packets.
More...
Data structure for extraction L2 information of received packets.
Definition at line 163 of file xbee.h.
#include <xbee.h>
|
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.
|
|
◆ addr_len
uint8_t xbee_l2hdr_t::addr_len |
L2 address length (SRC and DST)
Definition at line 164 of file xbee.h.
◆ bcast
uint8_t xbee_l2hdr_t::bcast |
0 := unicast, 1:=broadcast
Definition at line 165 of file xbee.h.
◆ dst_addr
uint8_t xbee_l2hdr_t::dst_addr[8] |
L2 dst address.
Definition at line 168 of file xbee.h.
◆ rssi
uint8_t xbee_l2hdr_t::rssi |
RSSI value.
Definition at line 166 of file xbee.h.
◆ src_addr
uint8_t xbee_l2hdr_t::src_addr[8] |
L2 source address.
Definition at line 167 of file xbee.h.
The documentation for this struct was generated from the following file: