1.3.5.6.14 BMNG_FUP_GET_VERSION_REQUEST Function Pointer
C
typedef void (*BMNG_FUP_GET_VERSION_REQUEST)(uint8_t cmd, uint8_t *eui48);
Summary
Function pointer to request to get the firmware version.
Description
This data type contains the definition of the function pointer to get the firmware version.
- 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 version 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 version indication callback.