1.3.5.6.11 BMNG_FUP_ABORT_FU_REQUEST Function Pointer

C

typedef void (*BMNG_FUP_ABORT_FU_REQUEST)(uint8_t cmd, uint8_t *eui48);

Summary

Function pointer to request to abort an ongoing firmware upgrade process.

Description

This data type contains the definition of the function pointer to abort an ongoing firmware upgrade process.

  • cmd: Command to acknowledge
  • eui48: Pointer to the address of the node to be aborted

Remarks

If the MAC address is FF:FF:FF:FF:FF:FF, the FU is aborted for all nodes.

The command is acknowledged with the FUP ACK callback.