zStatus zSocket_Connect(zSocket socket, zIPAddress address, z32u port, z64u timeout);
|
Parameters |
Description |
|
zSocket socket |
zSocket object. |
|
zIPAddress address |
The remote IP address. |
|
z32u port |
The remote port number. |
|
z64u timeout |
The timeout interval, in microseconds. |
Attempts to connect the socket to a remote end point until either a connection is established, the remote end point refuses the connection, or the specified timeout interval elapses.
zSocket.h