Digi XBee(R) ANSI C Host Library
Data Fields
xbee_frame_at_response_t Union Reference

Useful typedef for casting either a local or remote response frame. More...

#include "xbee/atcmd.h"

Data Fields

uint8_t frame_type
 First byte of header determines type (local or remote).
 
xbee_frame_local_at_resp_t local
 Use if .frame_type is XBEE_FRAME_LOCAL_AT_RESPONSE.
 
xbee_frame_remote_at_resp_t remote
 Use if .frame_type is XBEE_FRAME_REMOTE_AT_RESPONSE.
 

Detailed Description

Useful typedef for casting either a local or remote response frame.


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