|
Digi XBee(R) ANSI C Host Library
|
Structure for tracking state of over-the-air update. More...
#include "xbee/pxbee_ota_client.h"
Data Fields | |
| wpan_dev_t * | dev |
| local device to send updates through | |
| addr64 | target |
| network device to update | |
| uint16_t | flags |
| combination of PXBEE_OTA_FLAG_* values | |
| union { | |
| xbee_cbuf_t cbuf | |
| track state of circular buffer | |
| uint8_t raw [255+XBEE_CBUF_OVERHEAD] | |
| buffer for xbee_cbuf_t structure and bytes received from target | |
| } | rxbuf |
| xbee_xmodem_state_t | xbxm |
| track state of Xmodem transfer | |
| uint8_t | auth_data [PXBEE_OTA_MAX_AUTH_LENGTH] |
| Payload used to initiate update. | |
| uint8_t | auth_length |
Number of bytes in auth_data. | |
Structure for tracking state of over-the-air update.
1.8.11