1.3.5.6.29 BMNG_PPROF_GET_ENHANCED_REQUEST Function Pointer
C
typedef void (*BMNG_PPROF_GET_ENHANCED_REQUEST)(uint8_t cmd, uint8_t *eui48,
uint16_t dataLen, uint8_t *data);
Summary
Function pointer to request to get a PIB attribute from a node using the PRIME Profile.
Description
This data type contains the definition of the function pointer to get a PIB attribute from a node using the PRIME Profile.
- cmd: Command to acknowledge
- eui48: Pointer to the address of the node to be asked
- dataLen: Data length
- data: Pointer to the data
Remarks
The command is acknowledged with the PPROF ACK callback.
The result of the request is returned in the PPROF enhanced response indication callback.