1.3.5.6.9 BMNG_FUP_DATA_FRAME_REQUEST Function Pointer

C

typedef void (*BMNG_FUP_DATA_FRAME_REQUEST)(uint8_t cmd, uint16_t frameNumber,
    uint16_t dataLen, uint8_t *data);

Summary

Function pointer to request to receive a data frame during the file transmission for a firmware upgrade process.

Description

This data type contains the definition of the function pointer to receive a data frame during the file transmission for a firmware upgrade process.

  • cmd: Command to acknowledge
  • frameNumber: Frame number

  • dataLen: Data length

  • data: Pointer to the data frame

Remarks

The command is acknowledged with the FUP ACK callback.