NET_PRES_SocketGetTransportHandle Function
C
NET_PRES_SKT_HANDLE_T NET_PRES_SocketGetTransportHandle(NET_PRES_SKT_HANDLE_T handle);
Returns
A valid transport layer handle that can be casted into the proper type.
Preconditions
A socket needs to have been opened by NET_PRES_SocketOpen.
Parameters
Parameters | Description |
---|---|
handle | The presentation layer socket handle. |