1.3.5.6.4 BMNG_FUP_ADD_TARGET_REQUEST Function Pointer
C
typedef void (*BMNG_FUP_ADD_TARGET_REQUEST)(uint8_t cmd, uint8_t *eui48);
Summary
Function pointer to request to add a target node for a firmware upgrade process.
Description
This data type contains the definition of the function pointer to add a target node for a firmware upgrade process.
- cmd: Command to acknowledge
- eui48: Pointer to the address of the node to be added
Remarks
The command is acknowledged with the FUP ACK callback.