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