Digi XBee(R) ANSI C Host Library
Functions

Support code for over-the-air (OTA) firmware updates of application code on Programmable XBee target. More...

#include <string.h>
#include "xbee/platform.h"
#include "xbee/pxbee_ota_client.h"
#include "xbee/cbuf.h"

Functions

int _pxbee_ota_transparent_rx (const wpan_envelope_t FAR *envelope, void FAR *context)
 Cluster handler for "Digi Transparent Serial" cluster. More...
 
int _pxbee_ota_xmodem_read (void FAR *context, void FAR *buffer, int16_t bytes)
 
int _pxbee_ota_xmodem_write (void FAR *context, const void FAR *buffer, int16_t bytes)
 
int pxbee_ota_init (pxbee_ota_t *ota, wpan_dev_t *dev, const addr64 *target)
 Initialize an pxbee_ota_t structure to send firmware updates to target using dev. More...
 

Detailed Description

Support code for over-the-air (OTA) firmware updates of application code on Programmable XBee target.

Preliminary API may change in future releases.