1.3.5.6.30 BMNG_PPROF_GET_ZC_DIFF_REQUEST Function Pointer

C

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

Summary

Function pointer to request to get the zero cross difference between BN and SN using the PRIME Profile.

Description

This data type contains the definition of the function pointer to get the zero cross difference between BN and SN using the PRIME Profile.

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

Remarks

The command is acknowledged with the PPROF ACK callback.

The result of the request is returned in the PPROF zero cross difference response indication callback.