XBee Firmware Library  1.6.0
Functions

Functions

int _xbee_ota_transparent_rx (const wpan_envelope_t FAR *envelope, void FAR *context)
 
int _xbee_ota_xmodem_read (void FAR *context, void FAR *buffer, int16_t bytes)
 
int _xbee_ota_xmodem_write (void FAR *context, const void FAR *buffer, int16_t bytes)
 
int xbee_ota_init (xbee_ota_t *ota, wpan_dev_t *dev, const addr64 *target)
 Initialize an xbee_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.