Berckvens Michiel & Basteyns Jonas
Dependencies: DS1307 TextLCD mbed
SMTPClient.h File Reference
SMTP Client header file. More...
Go to the source code of this file.
Data Structures | |
| class | SMTPClient |
| A simple SMTP Client. More... | |
Enumerations | |
| enum | SMTPResult { SMTP_OK, SMTP_PROCESSING, SMTP_DNS, SMTP_PRTCL, SMTP_TIMEOUT, SMTP_DISC } |
SMTP client results. More... | |
| enum | SMTPAuth { SMTP_AUTH_NONE, SMTP_AUTH_PLAIN } |
SMTP authentication. More... | |
Detailed Description
SMTP Client header file.
Definition in file SMTPClient.h.
Enumeration Type Documentation
| enum SMTPAuth |
SMTP authentication.
Definition at line 50 of file SMTPClient.h.
| enum SMTPResult |
SMTP client results.
- Enumerator:
SMTP_OK Success.
SMTP_PROCESSING Processing.
SMTP_DNS Could not resolve name.
SMTP_PRTCL Protocol error.
SMTP_TIMEOUT Connection timeout.
SMTP_DISC Disconnected.
Definition at line 40 of file SMTPClient.h.
Generated on Tue Jul 12 2022 17:04:00 by
1.7.2