UCM Unitec Home Page
      

Terminate UCM Communication

 UcmTermComm(F)

Synopsis   Environment   Description   Diagnostics   See also   Examples

Synopsis

#include "ucm.h"

int UcmTerm(void);

Environment

Unix, Win32

Description

UcmTerm concludes the UCM message processing for the calling process. All open sockets are closed and the memory used for status information is released.

UcmTerm will fail if one or more of the following is true:

UE_NOTINIT The UCM software has not been initialize (see UcmInit)

Diagnostics

Upon successful completion UcmTerm returns UCM_SUCCESS. Otherwise, UCM_ERROR is returned and ucmErrno is set to indicate the error.

See also

UcmInit

Examples

See UcmInit.

 

Back to top