1.3.5.6.5 BMNG_FUP_SET_FW_DATA_REQUEST Function Pointer

C

typedef void (*BMNG_FUP_SET_FW_DATA_REQUEST)(uint8_t cmd, uint8_t vendorLen,
    char *vendor, uint8_t modelLen, char *model, uint8_t versionLen,
    char *version);

Summary

Function pointer to request to set the firmware data for a firmware upgrade process.

Description

This data type contains the definition of the function pointer to set the firmware data for a firmware upgrade process.

  • cmd: Command to acknowledge
  • vendorLen: Vendor length

  • vendor: Pointer to the vendor identification

  • modelLen: Model length

  • model: Pointer to the model identification

  • versionLen: Version length

  • version: Pointer to the version identification

Remarks

The command is acknowledged with the FUP ACK callback.