1.3.5.6.34 BMNG_PPROF_GET_ENHANCED_RESPONSE_CB Function Pointer
C
typedef void (*BMNG_PPROF_GET_ENHANCED_RESPONSE_CB)(uint8_t *eui48,
uint16_t dataLen, uint8_t *data);
Summary
Callback function pointer for the PRIME Profile get enhanced response.
Description
This callback is used for the PRIME Profile get enhanced response.
- eui48 - Pointer to the MAC address of the node
- dataLen - Data length
- data - Pointer to the data
Remarks
None.