NET_PRES_SocketConnect Function
C
bool NET_PRES_SocketConnect(NET_PRES_SKT_HANDLE_T handle);
Returns
true - Indicates success
false - Indicates failure
Description
This function calls the transport layer's connect function directly, if it exists.
Preconditions
A socket needs to have been opened by NET_PRES_SocketOpen.
Parameters
Parameters | Description |
---|---|
handle | The presentation layer socket handle. |