Standalone Bootloader Server#

Callbacks for Standalone Bootloader Server Component.

Callbacks#

void
emberAfPluginStandaloneBootloaderServerQueryResponseCallback(bool queryWasBroadcast, const EmberAfStandaloneBootloaderQueryResponseData *queryData)

Query Response.

Callbacks Documentation#

emberAfPluginStandaloneBootloaderServerQueryResponseCallback#

void emberAfPluginStandaloneBootloaderServerQueryResponseCallback (bool queryWasBroadcast, const EmberAfStandaloneBootloaderQueryResponseData * queryData)

Query Response.

Parameters
TypeDirectionArgument NameDescription
boolN/AqueryWasBroadcast

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

const EmberAfStandaloneBootloaderQueryResponseData *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.


emberAfPluginStandaloneBootloaderServerFinishedCallback#

void emberAfPluginStandaloneBootloaderServerFinishedCallback (bool success)

Finished.

Parameters
TypeDirectionArgument NameDescription
boolN/Asuccess

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

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