Digi XBee(R) ANSI C Host Library
Data Fields

XBEE_FRAME_CREATE_SOURCE_ROUTE (0x21) More...

#include "xbee/route.h"

Data Fields

uint8_t frame_type
 
uint8_t frame_id
 
addr64 ieee_address
 
uint16_t network_address_be
 
uint8_t route_options
 

Detailed Description

XBEE_FRAME_CREATE_SOURCE_ROUTE (0x21)

ID, always set to 0 64-bit IEEE address (big-endian) of destination. 16-bit network address (big-endian) of destination. Always set to XBEE_ROUTE_OPTIONS_NONE. 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).


The documentation for this struct was generated from the following file: