Digi XBee(R) ANSI C Host Library
Data Structures | Macros | Functions
#include "xbee/platform.h"
#include "xbee/device.h"

Go to the source code of this file.

Data Structures

struct  xbee_frame_xms_ss_header_t
 Header for Extended Modem Status. More...
 

Macros

#define XBEE_FRAME_EXT_MODEM_STATUS   0x98
 Extended Modem Status frame type.
 
#define XBEE_FRAME_EXT_MODEM_STATUS_DEBUG   { XBEE_FRAME_EXT_MODEM_STATUS, 0, xbee_frame_dump_ext_modem_status, NULL }
 Add this macro to the list of XBee frame handlers to dump Extended Modem Status messages to STDOUT.
 

Functions

int xbee_frame_dump_ext_modem_status (xbee_dev_t *xbee, const void FAR *payload, uint16_t length, void FAR *context)