1.3.5.6.27 BMNG_PPROF_RESET_REQUEST Function Pointer
C
typedef void (*BMNG_PPROF_RESET_REQUEST)(uint8_t cmd, uint8_t *eui48);
Summary
Function pointer to request to reset all PIB statistics attributes of a node using the PRIME Profile.
Description
This data type contains the definition of the function pointer to reset all PIB statistics attributes of a node using the PRIME Profile.
- cmd: Command to acknowledge
- eui48: Pointer to the address of the node to be reset
Remarks
The command is acknowledged with the PPROF ACK callback.