NET_PRES_SocketInfoGet Function
C
bool NET_PRES_SocketInfoGet(NET_PRES_SKT_HANDLE_T handle, void * info); Returns
true - Indicates success
false - Indicates failure
Description
This function calls the transport layer's SocketInfoGet, if it exists.
Preconditions
A socket needs to have been opened by NET_PRES_SocketOpen.
Parameters
| Parameters | Description |
|---|---|
| handle | The presentation layer socket handle. |
| info | The buffer that the information gets written to. |
