Versions Compared

Key

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

...

pop3-c.h/pop3-c.c

Prototype

Code Block
void  POP3c_Authenticate (NET_SOCK_ID   sock,
                          CPU_CHAR     *username,
                          CPU_CHAR     *pswd,
                          NET_ERR      *perr);

Arguments

sock

Socket ID returned by POP3c_Connect().

...

Pointer to a variable that will hold the return error code from this function.

...


Returned Values

None.

Required Configuration

...

Example Usage

See Sample Application.

...