contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   TCPIsVersionCompatible    
      Other Library Functions  

Library: TCP/IP
Include: omioprot.xin, omtcp.xin
Returns: Switch

Returns true if the TCP/IP library is compatible with the version of OmniMark in use, and false if this version of the library is designed for a newer version of OmniMark.

Declaration

  define external switch function TCPIsVersionCompatible
  as TCPIsVersionCompatible


Purpose

This function is used to determine if the TCP/IP library is compatible with the version of OmniMark in use.

Example:

  do unless TCPIsVersionCompatible
     put #error "tcp/ip library is not compatible with this version of OmniMark"
     halt with 1
  done

        Other Library Functions
   TCPConnectionClose
   TCPConnectionGetCharacters
   TCPConnectionGetLine
   TCPConnectionGetOutput
   TCPConnectionGetPeerIP
   TCPConnectionGetPeerName
   TCPConnectionGetSource
   TCPConnectionGetStatusReport
   TCPConnectionIsConnected
   TCPConnectionIsInError
   TCPConnectionOpen
   TCPConnectionPut
   TCPConnectionSetBuffering
   TCPConnectionSignalSourceEnd
   TCPIsVersionCompatible
   TCPLibraryVersion
   TCPServiceAcceptConnection
   TCPServiceClose
   TCPServiceGetPort
   TCPServiceGetStatusReport
   TCPServiceIsInError
   TCPServiceIsOpen
   TCPServiceOpen
   TCPTraceConnectionOpen
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:20 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.