Digi XBee(R) ANSI C Host Library
Data Fields
xbee_header_transmit_t Struct Reference

Format of XBee API frame type 0x10 (XBEE_FRAME_TRANSMIT); sent from host to XBee. More...

#include "xbee/wpan.h"

Data Fields

uint8_t frame_type
 
uint8_t frame_id
 
addr64 ieee_address
 
uint16_t network_address_be
 
uint8_t broadcast_radius
 
uint8_t options
 

Detailed Description

Format of XBee API frame type 0x10 (XBEE_FRAME_TRANSMIT); sent from host to XBee.

Note that the network stack does not include a function for sending this frame type – use an explicit transmit frame instead (type 0x11) with WPAN_ENDPOINT_DIGI_DATA as the source and destination endpoint, DIGI_CLUST_SERIAL as the cluster ID and WPAN_PROFILE_DIGI as the profile ID. Or, use the xbee_transparent_serial() function from xbee_transparent_serial.c to fill in those fields and send the data. < XBEE_FRAME_TRANSMIT (0x10) < set to 0 for maximum hop value combination of XBEE_TX_OPT_* macros


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