1.3.5.6.53 BMNG_FUP_SetMatchRuleRequest Function

C

void BMNG_FUP_SetMatchRuleRequest(uint8_t cmd, uint8_t rules);

Summary

Requests to set the matching rules for a firmware upgrade process.

Description

This routine requests to set the matching rules for a firmware upgrade process.

Precondition

The firmware upgrade process must have been started before.

Parameters

ParamDescription
cmdCommand to acknowledge
rulesMatch rules: 0000 0MV0

Returns

None.

Example

BMNG_FUP_SetMatchRuleRequest(FUP_SET_MACTH_RULE_REQUEST, 6);

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.