swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Topics   Other Library Functions  
function  

tcp.disconnect

 
 

Library: TCP/IP client and server support (OMTCP)
Import: omtcp.xmd

Declaration

define external function tcp.disconnect
 value tcp.connection Connection

Argument definitions

Connection
is a tcp.connection object.


Purpose

Use tcp.disconnect to explicitly close a connection.

Usage Notes

You can use tcp.disconnect to destroy a connection that has never been created or has already been destroyed.

Once a connection is closed then any read or write operation on an external source or output derived from it is in error.

Allowing the tcp.connection variable to go out of scope has the same effect as using tcp.disconnect.

It is good programming practice to have the scope of external sources and outputs derived from a TCP connection match that of the TCP connection itself. If this is done, then the programmer doesn't have to worry about the effect of the derived sources and outputs on the lifetime of the connection.

Example


  import "omtcp.xmd" prefixed by tcp.
  
  process
     local tcp.connection Client
  
     set Client to tcp.connect to "123.123.123.45" on 5600
  	. . .
     tcp.disconnect Client

    Related Topics
 
Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.