1.3.5.6.52 BMNG_FUP_AbortFuRequest Function

C

void BMNG_FUP_AbortFuRequest(uint8_t cmd, uint8_t *eui48);

Summary

Requests to abort an ongoing firmware upgrade process.

Description

This routine requests to abort an ongoing firmware upgrade process.

Precondition

The firmware upgrade process must have been started before.

Parameters

ParamDescription
cmdCommand to acknowledge
eui48Pointer to the address of the node to be aborted

Returns

None.

Example

uint8_t eui48[6];
memset(eui48, 0x12, 6);

BMNG_FUP_AbortFuRequest(FUP_CLEAR_ADD_TARGET_REQUEST, eui48);

Remarks

If the MAC address is FF:FF:FF:FF:FF:FF, the FU is aborted for all nodes.

The command is acknowledged with the FUP ACK callback.