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
N/AlongId

The sender's EUI64 address Ver.: always

N/Alength

The length of the incoming message. Ver.: always

N/Amessage

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