1.3.5.6.35 BMNG_PPROF_GET_ZC_RESPONSE_CB Function Pointer
C
typedef void (*BMNG_PPROF_GET_ZC_RESPONSE_CB)(uint8_t *eui48, uint8_t zcStatus,
uint32_t zcTime);
Summary
Callback function pointer for the PRIME Profile get zero crossing response.
Description
This callback is used for the PRIME Profile get zero crossing response.
- eui48 - Pointer to the MAC address of the node
- zcStatus - Zero cross status
- zcTime - Zero crossing time (in microseconds)
Remarks
None.