Table of Contents Index NMS Glossary Previous Page Next Page (Page 3 of 32 in this chapter) Version


NMS_GR303Exit

Description

Performs an internal NMS GR303 library clean-up procedure and exits the library.

Prototype

NMS_GR303_RESULT_T NMS_GR303Exit()

Return Values

Events

Details

This function performs the following tasks:

See Also

NMS_GR303DestroyInterface, NMS_GR303Initialize, NMS_GR303StopInterface

Example

void  Exit( void )
{
 NMS_GR303_RESULT_T NmsResult;

 printf("NMS_GR303Exit:\n");

 NmsResult = NMS_GR303Exit();
    printf ("NMS_GR303Exit: Result=%s\n",PRINT_RESULT(NmsResult));
}


Table of Contents Index NMS Glossary Previous Page Next Page (Page 3 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.