1.3.5.6.60 BMNG_PPROF_RebootRequest Function

C

void BMNG_PPROF_RebootRequest(uint8_t cmd, uint8_t *eui48);

Summary

Requests to reboot a node using the PRIME Profile.

Description

This routine requests to reboot a node using the PRIME Profile.

Precondition

None.

Parameters

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

Returns

None.

Example

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

Remarks

The command is acknowledged with the PPROF ACK callback.