Trident IoT Zigbee SDK
 
Loading...
Searching...
No Matches
Over the Air Bootloading Client APIs
+ Collaboration diagram for Over the Air Bootloading Client APIs:

Functions

tr_ota_server_info_ttr_ota_upgrade_client_get_server_info (void)
 API to get the OTA server info.
 
tr_ota_client_info_ttr_ota_upgrade_client_get_client_info (void)
 API to get the OTA client info.
 
void zb_zcl_ota_upgrade_stop_client (void)
 API to stop the OTA upgrade client.
 
void zb_zcl_ota_upgrade_pause_client (void)
 API to pause the OTA upgrade client.
 

Detailed Description



Function Documentation

◆ tr_ota_upgrade_client_get_client_info()

tr_ota_client_info_t * tr_ota_upgrade_client_get_client_info ( void )

API to get the OTA client info.

Returns
pointer to client info structure

◆ tr_ota_upgrade_client_get_server_info()

tr_ota_server_info_t * tr_ota_upgrade_client_get_server_info ( void )

API to get the OTA server info.

Returns
pointer to server info structure

◆ zb_zcl_ota_upgrade_pause_client()

void zb_zcl_ota_upgrade_pause_client ( void )

API to pause the OTA upgrade client.

◆ zb_zcl_ota_upgrade_stop_client()

void zb_zcl_ota_upgrade_stop_client ( void )

API to stop the OTA upgrade client.