1.3.5.6.62 BMNG_PPROF_GetZcDiffRequest Function
C
void BMNG_PPROF_GetZcDiffRequest(uint8_t cmd, uint8_t *eui48);
Summary
Requests to get the zero cross difference between BN and SN using the PRIME Profile.
Description
This routine requests to get the zero cross difference between BN and SN using the PRIME Profile.
Precondition
None.
Parameters
Param | Description |
---|---|
cmd | Command to acknowledge |
eui48 | Pointer to the address of the node to be asked |
Returns
None.
Example
uint8_t eui48[6];
memset(eui48, 0x12, 6);
BMNG_PPROF_GetZcDiffRequest(PPROF_GET_ZC_DIFF_REQUEST, eui48);
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.