1.3.5.6.46 BMNG_FUP_AddTargetRequest Function

C

void BMNG_FUP_AddTargetRequest(uint8_t cmd, uint8_t *eui48);

Summary

Requests to add a target node for a firmware upgrade process.

Description

This routine requests to add a target node for a firmware upgrade process.

Precondition

None.

Parameters

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

Returns

None.

Example

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

BMNG_FUP_AddTargetRequest(FUP_CLEAR_ADD_TARGET_REQUEST, eui48);

Remarks

The command is acknowledged with the FUP ACK callback.