Bootloader Protocol#

Callbacks for Bootloader Protocol Component.

Callbacks#

bool
sl_zigbee_af_standalone_bootloader_common_incoming_message_cb(sl_802154_long_addr_t longId, uint8_t length, uint8_t *message)

Incoming message.

Callbacks Documentation#

sl_zigbee_af_standalone_bootloader_common_incoming_message_cb#

bool sl_zigbee_af_standalone_bootloader_common_incoming_message_cb (sl_802154_long_addr_t 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