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

XBEE_FRAME_REMOTE_AT_RESPONSE (0x97) More...

#include "xbee/atcmd.h"

Data Fields

uint8_t frame_type
 
uint8_t frame_id
 
addr64 ieee_address
 
uint16_t network_address_be
 
xbee_at_cmd_t command
 
uint8_t status
 

Detailed Description

XBEE_FRAME_REMOTE_AT_RESPONSE (0x97)

ID from request, used to match response to request. 64-bit IEEE address (big-endian) of responder. 16-bit network address (big-endian) of responder. Command from original request. See enum xbee_at_resp_status. Note that DigiMesh uses the upper nibble for additional flags – use XBEE_AT_RESP_STATUS() macro when comparing this field to the xbee_at_resp_status enum.


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