Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

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:

POP3c_ERR_NONE

Returned Values

None.

Required Configuration

None.

Notes / Warnings

The possible error code returned by NetSock_Close() is not taken into account.

Example Usage

See section 3-3 “µC/POP3cExample Code” on page 7.

  • No labels