1.5.3.4.1 SRV_USER_PIB_GET_REQUEST_CALLBACK Function Pointer

C

typedef void (*SRV_USER_PIB_GET_REQUEST_CALLBACK)(uint8_t getResult, uint16_t pibAttrib,
                                             void *pibValue, uint8_t pibSize);

Summary

Function pointer to a User PIB Get Request callback function.

Description

This data type defines a pointer to a User PIB Get Request callback function, thus defining the function signature. Clients of the User PIB service can register a callback function to get the requested user PIB with SRV_USER_PIB_GetRequestCbRegister Function. That function will be called back when the PRIME Stack returns the requested user PIB.

  • getResult - Result of the operation
  • pibAttrib - PIB attribute identifier
  • pibValue - PIB attribute value
  • pibSize - PIB attribute value size

Remarks

None.