NET_PRES_TransClose Type
C
typedef void (* NET_PRES_TransClose)(NET_PRES_SKT_HANDLE_T handle); Returns
None.
Description
Transport Layer Close Function Pointer Prototype This function is called by the presentation layer when the application wants to close a connection.
Preconditions
A socket needs to have been opened by NET_PRES_TransOpen.
Parameters
| Parameters | Description |
|---|---|
| handle | The handle returned from NET_PRES_TransOpen. |
