Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Close the connection between the client and the server.

...

Files

...

...

pop3-c.h/pop3-c.c

...

Prototype

void NET_ERR
   sock,
                                  NET_ERR      *perr);
tr
HTML Table
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan5
Anchor
10493871049387
Code Block
          void  POP3c_Disconnect (NET_SOCK_ID
sock,
Anchor
10493881049388
Table Row (tr)
Table Row (tr)
Table Row (tr)

...


...

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.