1.3.5.3.72 MLME_GET_CONFIRM_CB Function Pointer
C
typedef void (*MLME_GET_CONFIRM_CB)(MLME_RESULT status, uint16_t pibAttrib,
void *pibValue, uint8_t pibSize);
Summary
Callback function pointer for the MLME get confirm.
Description
This callback is used for the MLME get confirm.
- status - Status of the operation
-
pibAttribute - PIB attribute
-
pibValue - PIB attribute value
-
pibSize - PIB attribute value size
Remarks
None.