XBee Firmware Library  1.6.0
Functions | Variables
endpoints.c File Reference

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 []
 

Function Documentation

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 *   
)

Variable Documentation

EP_INCLUDE_DECLARATIONS const wpan_cluster_table_entry_t digi_data_clusters[]
Initial value:
= {
DIGI_CLUSTER_SERIAL,
DIGI_CLUSTER_NODEID,
DIGI_CLUSTER_PXBEE_OTAUPD,
DIGI_ADDITIONAL_CLUSTERS,
WPAN_CLUST_ENTRY_LIST_END
}
const wpan_endpoint_table_entry_t endpoints_table[]
Initial value:
= {
DIGI_DATA_ENDPOINT,
ADDITIONAL_ENDPOINTS,
{ WPAN_ENDPOINT_END_OF_LIST }
}