Bootloader Protocol#
Callbacks for Bootloader Protocol Component.
Callbacks#
bool
emberAfPluginStandaloneBootloaderCommonIncomingMessageCallback(EmberEUI64 longId, uint8_t length, uint8_t *message)
Incoming message.
Callbacks Documentation#
emberAfPluginStandaloneBootloaderCommonIncomingMessageCallback#
bool emberAfPluginStandaloneBootloaderCommonIncomingMessageCallback (EmberEUI64 longId, uint8_t length, uint8_t * message)
Incoming message.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
EmberEUI64 | N/A | longId | The sender's EUI64 address Ver.: always |
uint8_t | N/A | length | The length of the incoming message. Ver.: always |
uint8_t * | N/A | message | The array of bytes for the message. Ver.: always |
Indicates an Ember Bootload message has been received by the Standalone Bootloader Common plugin.
Definition at line
203
of file app/framework/plugin/standalone-bootloader-common/bootloader-protocol.h