1.3.5.3.74 MLME_LIST_GET_CONFIRM_CB Function Pointer

C

typedef void (*MLME_LIST_GET_CONFIRM_CB)(MLME_RESULT status, uint16_t pibAttrib,
    uint8_t *pibBuff, uint16_t pibLen);

Summary

Callback function pointer for the MLME list get confirm.

Description

This callback is used for the MLME list get confirm.
  • status - Status of the operation
  • pibAttribute - PIB attribute

  • pibBuff - Buffer with PIB attribute value

  • pibLen - Buffer length

Remarks

None.