Standalone Bootloader Server#

Callbacks for Standalone Bootloader Server Component.

Callbacks#

void
sl_zigbee_af_standalone_bootloader_server_query_response_cb(bool queryWasBroadcast, const sl_zigbee_af_standalone_bootloader_query_response_data_t *queryData)

Query Response.

Callbacks Documentation#

sl_zigbee_af_standalone_bootloader_server_query_response_cb#

void sl_zigbee_af_standalone_bootloader_server_query_response_cb (bool queryWasBroadcast, const sl_zigbee_af_standalone_bootloader_query_response_data_t * queryData)

Query Response.

Parameters
N/AqueryWasBroadcast

Boolean indicating whether the query was broadcast or unicast Ver.: always

N/AqueryData

A data structure providing the details about the local device's bootloader. Ver.: always

Allows the application to control whether the plugin can respond to incoming bootload messages.


Definition at line 81 of file app/framework/plugin/standalone-bootloader-server/standalone-bootloader-server.h

sl_zigbee_af_standalone_bootloader_server_finished_cb#

void sl_zigbee_af_standalone_bootloader_server_finished_cb (bool success)

Finished.

Parameters
N/Asuccess

Boolean indicating the success or failure of the bootload. Ver.: always

Notifies the application when the standalone bootload has completed, successfully or otherwise.


Definition at line 92 of file app/framework/plugin/standalone-bootloader-server/standalone-bootloader-server.h