|
XBee Firmware Library
1.6.0
|
Structure for tracking state of over-the-air update. More...
Data Fields | |
| uint8_t | auth_data [XBEE_OTA_MAX_AUTH_LENGTH] |
| Payload used to initiate update. More... | |
| uint8_t | auth_length |
Number of bytes in auth_data. More... | |
| wpan_dev_t * | dev |
| local device to send updates through More... | |
| uint16_t | flags |
| union { | |
| xbee_cbuf_t cbuf | |
| uint8_t raw [255+XBEE_CBUF_OVERHEAD] | |
| buffer for xbee_cbuf_t structure and bytes received from target More... | |
| } | rxbuf |
| addr64 | target |
| network device to update More... | |
| xbee_xmodem_state_t | xbxm |
| track state of Xmodem transfer More... | |
Structure for tracking state of over-the-air update.
1.8.10