NET_PRES_TransSocketInfoGet Type
C
typedef bool (* NET_PRES_TransSocketInfoGet)(NET_PRES_SKT_HANDLE_T handle, void * info); Returns
true - Indicates success
false - Indicates failure
Description
Transport Layer Get Socket Info Function Pointer Prototype This function is called by the presentation layer when the application wants to get information on a socket.
Preconditions
A socket needs to have been opened by NET_PRES_TransOpen.
Parameters
| Parameters | Description |
|---|---|
| handle | The handle returned from NET_PRES_TransOpen. |
| info | The socket information. |
