TCPServiceAcceptConnection Full Description |
|
Syntaxdefine external TCPConnection function TCPServiceAcceptConnection value TCPService this-TCPService Purpose
If Argument:
Example:
local TCPService omdemo-service local TCPConnection client set omdemo-service to TCPServiceOpen at 5600 repeat set client to TCPServiceAcceptConnection omdemo-service ;process request again |