1.3.5.6.28 BMNG_PPROF_REBOOT_REQUEST Function Pointer

C

typedef void (*BMNG_PPROF_REBOOT_REQUEST)(uint8_t cmd, uint8_t *eui48);

Summary

Function pointer to request to reboot a node using the PRIME Profile.

Description

This data type contains the definition of the function pointer to reboot a node using the PRIME Profile.

  • cmd: Command to acknowledge
  • eui48: Pointer to the address of the node to be rebooted

Remarks

The command is acknowledged with the PPROF ACK callback.