libsimpleioTCP4_connect Method |
Connect to a TCP server.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public static void TCP4_connect(
int host,
int port,
out int fd,
out int error
)
Parameters
- host Int32
- IPv4 host address.
- port Int32
- TCP port number.
- fd Int32
- File descriptor.
- error Int32
- Error code. Zero upon success or an errno
value upon failure.
See Also