1.5.3.4.3 SRV_USER_PIB_Initialize Function
C
void SRV_USER_PIB_Initialize(void);
Summary
Initializes the PRIME User PIBs service.
Description
This routine initializes the PRIME User PIBs service.
Precondition
None.
Parameters
None.
Returns
None.
Example
int main()
{
SRV_USER_PIB_Initialize();
}
Remarks
This routine must be called before any other PRIME User PIBs service routine. This function is normally not called directly by an application. It is called by the system's initialize routine (SYS_Initialize).