1.3.5.6.15 BMNG_FUP_GET_STATE_REQUEST Function Pointer

C

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

Summary

Function pointer to request to get the firmware upgrade state.

Description

This data type contains the definition of the function pointer to get the firmware upgrade state.

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

Remarks

If the MAC address is FF:FF:FF:FF:FF:FF, the state information is asked to all registered nodes.

The command is acknowledged with the FUP ACK callback.

The result of the request is returned in the FUP state indication callback.