Nut/OS  4.10.3
API Reference
_SMTPCLIENTSESSION Struct Reference

SMTP session structure type. More...

#include <smtpc.h>

Collaboration diagram for _SMTPCLIENTSESSION:

Data Fields

TCPSOCKETsmtp_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 123 of file smtpc.h.


Field Documentation

Socket of this session.

Definition at line 125 of file smtpc.h.

Referenced by NutSmtpConnect(), and NutSmtpDisconnect().

Server features.

Definition at line 129 of file smtpc.h.

Referenced by NutSmtpLogin().

char _SMTPCLIENTSESSION::smtp_buff[SMTP_BUFSIZ]

SMTP buffer.

Definition at line 131 of file smtpc.h.

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


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