Versions Compared

Key

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

Disconnect from a SMTP server.

Files

smtp-c.h/smtp-c.c

Prototype

 

Code Block
languagecpp
void  SMTPc_Disconnect (NET_SOCK_ID   sock_id,
                        SMTPc_ERR    *p_err)

 

Arguments

sock_id         Socket descriptor/handle identifier.

p_err             Pointer to variable that will receive the return error code from this function.

Returned Values

none.

Required Configuration

Module Configuration.

Notes / Warnings

none.

Example Usage

none.