SMTPCLIENTSESSION Struct Reference
[XgSMTPC]

SMTP session structure type. More...

Data Fields

TCPSOCKET * smtp_sock
 Socket of this session.
FILEsmtp_stream
 Stream of this session.
uint32_t smtp_feat
 Server features.
char smtp_buff [SMTP_BUFSIZ]
 SMTP buffer.

Detailed Description

SMTP session structure type.

Definition at line 118 of file smtpc.h.


Field Documentation

Socket of this session.

Definition at line 120 of file smtpc.h.

Referenced by NutSmtpConnect(), and NutSmtpDisconnect().

Server features.

Definition at line 124 of file smtpc.h.

Referenced by NutSmtpLogin().

char SMTPCLIENTSESSION::smtp_buff[SMTP_BUFSIZ]

SMTP buffer.

Definition at line 126 of file smtpc.h.

Referenced by NutSmtpLogin(), NutSmtpReceiveResponse(), and NutSmtpSendEncodedLines().


The documentation for this struct was generated from the following file:

© 2000-2010 by contributors - visit http://www.ethernut.de/