|
Digi XBee(R) ANSI C Host Library
|
#include "xbee/platform.h"#include "xbee/xmodem.h"#include "wpan/aps.h"#include "xbee/cbuf.h"#include "xbee/transparent_serial.h"Go to the source code of this file.
Data Structures | |
| struct | pxbee_ota_t |
| Structure for tracking state of over-the-air update. More... | |
Macros | |
| #define | PXBEE_OTA_MAX_AUTH_LENGTH 64 |
| #define | PXBEE_OTA_FLAG_APS_ENCRYPT 0x0001 |
| Send data with APS encryption. | |
| #define | PXBEE_OTA_DATA_CLIENT_CLUST_ENTRY(ota, flags) |
| Macro for adding the OTA receive cluster (Digi Transparent Serial) to the cluster list for WPAN_ENDPOINT_DIGI_DATA. More... | |
| #define | PXBEE_OTA_CMD_CLIENT_CLUST_ENTRY(handler, context, flag) |
Functions | |
| 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... | |
| int | _pxbee_ota_transparent_rx (const wpan_envelope_t FAR *envelope, void FAR *context) |
| Cluster handler for "Digi Transparent Serial" cluster. More... | |
1.8.11