1.3.5.6.12 BMNG_FUP_SET_MATCH_RULE_REQUEST Function Pointer

C

typedef void (*BMNG_FUP_SET_MATCH_RULE_REQUEST)(uint8_t cmd, uint8_t rules);

Summary

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

Description

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

  • cmd: Command to acknowledge
  • rules: Match rules: 0000 0MV0

Remarks

If M and/or V are set, only the nodes matching model and/or vendor will be upgraded.

The command is acknowledged with the FUP ACK callback.