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
CALL "UciInit". ACCEPT UCI-SOCKET FROM COMMAND-LINE. CALL "UciOpen" USING UCI-PAR. ... CALL "UciClose" USING UCI-PAR. CALL "UciTerm".
Back to top