TCPServiceOpen Full Description |
|
Syntaxdefine external TCPService function TCPServiceOpen at value counter port-number optional initial {0} as TCPServiceOpen Purpose This function is used by a server program to create a TCP service port on which it will listen for incoming client-initiated service requests. If no port number is given, then If Argument:
Example:
set omdemo-service to TCPServceOpen at 5600 |