Zen API
|
kStatus kSocket_Connect | ( | kSocket | socket, |
kIpAddress | address, | ||
k32u | port, | ||
k64u | timeout | ||
) |
Connects the socket to a remote end point.
Connection can be attempted only once per socket object.
socket | Socket object. |
address | The remote IP address. |
port | The remote port number. |
timeout | The timeout interval, in microseconds. |