1.5.3.4.2 SRV_USER_PIB_SET_REQUEST_CALLBACK Function Pointer

C

typedef void (*SRV_USER_PIB_SET_REQUEST_CALLBACK)(uint8_t setResult);

Summary

Function pointer to a User PIB Set Request callback function.

Description

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

  • setResult - Result of the operation

Remarks

None.