UCM Unitec Home Page
      

Close UCM Connection

 UciClose(L)

Name   Environment   Synopsis   Description   Examples

Name

UciClose

Environment

Unix, Win32 Cobol

Synopsis

CALL "UciClose" USING UCI-PAR.

Description

The UciClose function closes the socket UCI-SOCKET of the UCI-PAR structure, that has been initialized by UciConnect

Examples

 
COPY "UCI.CPY".

CALL "UciInit".
ACCEPT UCI-SOCKET FROM COMMAND-LINE.
CALL "UciOpen" USING UCI-PAR.
...
CALL "UciClose" USING UCI-PAR.
CALL "UciTerm".

 

Back to top