1.3.5.6.13 BMNG_FUP_SET_SIGNATURE_DATA_REQUEST Function Pointer

C

typedef void (*BMNG_FUP_SET_SIGNATURE_DATA_REQUEST)(uint8_t cmd, uint8_t algorithm, uint16_t length);

Summary

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

Description

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

  • cmd: Command to acknowledge
  • algorithm: Used algorithm to check signature

  • length: Signature length in bytes

Remarks

The command is acknowledged with the FUP ACK callback.