The PRIME User PIBs service library provides the following interfaces:
Table 1-21. Functions| Name | Description |
|---|
| SRV_USER_PIB_Initialize | Initializes the PRIME User PIBs service |
| SRV_USER_PIB_GetRequestCbRegister | Register a function to be called to get the requested user
PIB |
| SRV_USER_PIB_GetRequest | Get a user PIB |
| SRV_USER_PIB_SetRequestCbRegister | Register a function to be called to get the result of setting a
user PIB |
| SRV_USER_PIB_SetRequest | Set a user PIB |
Table 1-22. Data types and constants| Name | Type | Description |
|---|
| SRV_USER_PIB_GET_REQUEST_CALLBACK | Function Pointer | Pointer to a User PIB Get Request callback function |
| SRV_USER_PIB_SET_REQUEST_CALLBACK | Function Pointer | Pointer to a User PIB Set Request callback function |