Digi XBee(R) ANSI C Host Library
|
XBEE_FRAME_ROUTE_RECORD_INDICATOR (0xA1) More...
#include "xbee/route.h"
Data Fields | |
uint8_t | frame_type |
addr64 | ieee_address |
uint16_t | network_address_be |
uint8_t | receive_options |
uint8_t | address_count |
uint16_t | route_address_be [11] |
XBEE_FRAME_ROUTE_RECORD_INDICATOR (0xA1)
64-bit IEEE address (big-endian) of source. 16-bit network address (big-endian) of source. Combination of XBEE_RX_OPT_XXX macro values. Number of addresses in route, excluding source and destination. Must be between 1 and XBEE_ROUTE_MAX_ADDRESS_COUNT. Network addresses of nodes in route, starting next to destination and ending with node next to source (us).