swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
      Other Library Functions  
function  

tcp.destroy-service

 
 

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

Declaration

  define external function tcp.destroy-service
    value tcp.service this-service


Purpose

Use tcp.destroy-service to explicitly close a TCP service object, effectively detaching the program from the TCP port.

Usage Notes

You can use tcp.destroy-service to destroy a sevice that has never been created or has already been destroyed.

Allowing the tcp.service variable to go out of scope has the same effect as using tcp.destroy-service.

No more client connection requests can be accepted once the connection is closed.

Example


  import "omtcp.xmd" prefixed by tcp.

  process
     local tcp.service DemoService
  	. . .
     set DemoService to tcp.create-service on 5600
  	. . .
     tcp.destroy-service DemoService

        Other Library Functions
   tcp.accept-connection
   tcp.connect
   tcp.connection
   tcp.create-service
   tcp.destroy-service
   tcp.disconnect
   tcp.end-delimited
   tcp.get-string
   tcp.is-connected
   tcp.multi-packet
   tcp.omtcp-version
   tcp.peer-ip
   tcp.peer-name
   tcp.port
   tcp.put-string
   tcp.reader
   tcp.service
   tcp.set-buffering
   tcp.single-packet
   tcp.terminate-reader
   tcp.wait-for-input
   tcp.writer
 
 

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

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:48 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.