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

Useful typedef to create either a local or remote request frame. More...

#include "xbee/atcmd.h"

Data Fields

uint8_t frame_type
 First byte of header determines type (local or remote).
 
xbee_header_local_at_req_t local
 Use if .frame_type is XBEE_FRAME_LOCAL_AT_CMD or XBEE_FRAME_LOCAL_AT_CMD_Q. More...
 
xbee_header_remote_at_req_t remote
 Use if .frame_type is XBEE_FRAME_REMOTE_AT_CMD.
 

Detailed Description

Useful typedef to create either a local or remote request frame.

Field Documentation

xbee_header_local_at_req_t local

Use if .frame_type is XBEE_FRAME_LOCAL_AT_CMD or XBEE_FRAME_LOCAL_AT_CMD_Q.

Referenced by xbee_cmd_send().


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