/
POP3c_Disconnect()
POP3c_Disconnect()
Close the connection between the client and the server.
Files
pop3-c.h/pop3-c.c
Prototype
void POP3c_Disconnect (NET_SOCK_ID sock, NET_ERR *perr);
Arguments
sock
Socket ID returned by POP3c_Connect()
.
perr
Pointer to a variable that will hold the return error code from this function:
Returned Values
None.
Required Configuration
None.
Notes / Warnings
- The possible error code returned by
NetSock_Close()
is not taken into account.
Example Usage
See Sample Application.
Related content
NetSock_Close
NetSock_Close
More like this
POP3c_Connect()
POP3c_Connect()
More like this
close TCP UDP
close TCP UDP
More like this
NetApp_SockClose TCP-UDP
NetApp_SockClose TCP-UDP
More like this
NetSock_CfgTimeoutConnCloseDflt
NetSock_CfgTimeoutConnCloseDflt
More like this
POP3c_Authenticate()
POP3c_Authenticate()
More like this