|
MXOpenTCP |
C
NetProg Library |
|
#include
"mx.h"
|
|
|
MXCom* MXOpenTCP (MX* pmx, char*
machinename, int port, int protocol, char* user, char* appliname, BOOL block) |
|
Parameters |
Description |
pmx |
the
MX manager |
machinename |
the
machine name or machine IP address |
port |
the
port on which to connect |
protocol |
the
protocol used for this connection |
user |
|
appliname |
the
application name for local connections (not used) |
block |
whether
to block until function returns |
This function opens a
connection with an application listening on the port specified by the parameter port.
Protocol specifies the
|
|