Standalone Bootloader Server#
Callbacks for Standalone Bootloader Server Component.
Callbacks#
void
emberAfPluginStandaloneBootloaderServerQueryResponseCallback(bool queryWasBroadcast, const EmberAfStandaloneBootloaderQueryResponseData *queryData)
Query Response.
void
emberAfPluginStandaloneBootloaderServerFinishedCallback(bool success)
Finished.
Callbacks Documentation#
emberAfPluginStandaloneBootloaderServerQueryResponseCallback#
void emberAfPluginStandaloneBootloaderServerQueryResponseCallback (bool queryWasBroadcast, const EmberAfStandaloneBootloaderQueryResponseData * queryData)
Query Response.
Parameters
N/A | queryWasBroadcast | Boolean indicating whether the query was broadcast or unicast Ver.: always |
N/A | queryData | 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
emberAfPluginStandaloneBootloaderServerFinishedCallback#
void emberAfPluginStandaloneBootloaderServerFinishedCallback (bool success)
Finished.
Parameters
N/A | success | 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