1.3.5.6.19 BMNG_FUP_STATUS_INDICATION_CB Function Pointer

C

typedef void (*BMNG_FUP_STATUS_INDICATION_CB)(BMNG_FUP_NODE_STATE nodeState,
    uint16_t pages, uint8_t *eui48);

Summary

Callback function pointer for the Firmware Upgrade Protocol status indication.

Description

This callback is used for the Firmware Upgrade Protocol status indication.

  • nodeState - Node upgrade state
  • pages - Pages received by the SN according to the BN
  • eui48 - Pointer to the MAC address of the node

Remarks

None.