(Page 19 of 32 in this chapter) Version
NMS_V5Exit
Description
- Performs an internal V5 library clean-up procedure prior to exiting the library.
Prototype
- NMS_V5_RESULT_T NMS_V5Exit
Return Values
Events
- None.
Details
- This function stops and destroys all HDLC channels and E1 links provisioned by the application, flashes trace buffers, stops NMS V5 library tasks, and frees internally allocated memory.
See Also
- NMS_V5DestroyInterface, NMS_V5Initialize, NMS_V5StopInterface
Example
void Exit( void )
{
NMS_V5_RESULT_T NmsResult;
printf("NMS_V5Exit:\n");
NmsResult = NMS_V5Exit();
printf ("NMS_V5Exit: Result=%s\n",PRINT_RESULT(NmsResult));
}
(Page 19 of 32 in this chapter) Version
Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2001, NMS Communications Corporation. All rights
reserved.