NET_PRES_SocketIsConnected Function
C
bool NET_PRES_SocketIsConnected(NET_PRES_SKT_HANDLE_T handle);
Description
This function determines whether a socket has an established connection to a remote node. This function calls directly to the transport layer's IsConnected function, if it exists.
Preconditions
A socket needs to have been opened by NET_PRES_SocketOpen.
Parameters
Parameters | Description |
---|---|
handle | The presentation layer socket handle. |