|
XBee Firmware Library
1.6.0
|
Functions | |
| void | start_ota_fw_update (addr64 *host_address, app_rst_casuses_t reason) |
| int | xbee_discovery_cluster_handler (const wpan_envelope_t FAR *envelope, void FAR *context) |
| int | xbee_my_cluster_rx (const wpan_envelope_t FAR *, void FAR *) |
| int | xbee_transparent_rx (const wpan_envelope_t FAR *, void FAR *) |
| const char * | xbee_update_firmware_ota (const wpan_envelope_t FAR *envelope, void FAR *context) |
| Application needs to provide this function as a method of receiving firmware updates over-the-air with Xmodem protocol. More... | |
Variables | |
| EP_INCLUDE_DECLARATIONS const wpan_cluster_table_entry_t | digi_data_clusters [] |
| const wpan_endpoint_table_entry_t | endpoints_table [] |
| void start_ota_fw_update | ( | addr64 * | host_address, |
| app_rst_casuses_t | reason | ||
| ) |
| int xbee_discovery_cluster_handler | ( | const wpan_envelope_t FAR * | envelope, |
| void FAR * | context | ||
| ) |
| int xbee_my_cluster_rx | ( | const wpan_envelope_t FAR * | , |
| void FAR * | |||
| ) |
| int xbee_transparent_rx | ( | const wpan_envelope_t FAR * | , |
| void FAR * | |||
| ) |
| EP_INCLUDE_DECLARATIONS const wpan_cluster_table_entry_t digi_data_clusters[] |
| const wpan_endpoint_table_entry_t endpoints_table[] |
1.8.10