1.3.5.6.59 BMNG_PPROF_ResetRequest Function

C

void BMNG_PPROF_ResetRequest(uint8_t cmd, uint8_t *eui48);

Summary

Requests to reset all PIB statistics attributes of a node using the PRIME Profile.

Description

This routine requests to reset all PIB statistics attributes of a node using the PRIME Profile.

Precondition

None.

Parameters

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

Returns

None.

Example

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

Remarks

The command is acknowledged with the PPROF ACK callback.