Versions Compared

Key

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

...

pop3-c.h/pop3-c.c

Prototype

Code Block
NET_SOCK_ID  POP3c_Connect (NET_IPv4_ADDR   ip_server,
                            CPU_INT16U      port,
                            CPU_BOOLEAN     secure,
                            NET_ERR        *perr)


Arguments

ip_server

IP address of the POP3 server to contact.

...