oasys::SMTP::Config Struct Reference

#include <SMTP.h>

List of all members.


Detailed Description

Definition at line 36 of file SMTP.h.


Public Member Functions

 Config ()
 Default config constructor.
 Config (in_addr_t addr, u_int16_t port, int timeout, const std::string &domain)
 Specific config constructor.

Public Attributes

in_addr_t addr_
u_int16_t port_
int timeout_
std::string domain_

Constructor & Destructor Documentation

oasys::SMTP::Config::Config (  )  [inline]

Default config constructor.

Definition at line 38 of file SMTP.h.

oasys::SMTP::Config::Config ( in_addr_t  addr,
u_int16_t  port,
int  timeout,
const std::string &  domain 
) [inline]

Specific config constructor.

Definition at line 45 of file SMTP.h.


Member Data Documentation

in_addr_t oasys::SMTP::Config::addr_

Definition at line 51 of file SMTP.h.

Referenced by oasys::SMTPServer::SMTPServer().

u_int16_t oasys::SMTP::Config::port_

Definition at line 52 of file SMTP.h.

Referenced by oasys::SMTPServer::SMTPServer().

int oasys::SMTP::Config::timeout_

Definition at line 53 of file SMTP.h.

Referenced by oasys::SMTP::process_cmd(), and oasys::SMTP::process_response().

std::string oasys::SMTP::Config::domain_

Definition at line 54 of file SMTP.h.

Referenced by oasys::SMTP::send_response().


The documentation for this struct was generated from the following file:
Generated on Sat Sep 8 08:36:25 2007 for DTN Reference Implementation by  doxygen 1.5.3