Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
smtp_send_request Struct Reference
This structure is used as argument for smtp_send_mail_int(), which in turn can be used with tcpip_callback() to send mail from interrupt context, e.g. More...
#include <smtp.h>
Data Fields | |
u8_t | static_data |
If this is != 0, data is *not* copied into an extra buffer but used from the pointers supplied in this struct. |
Detailed Description
This structure is used as argument for smtp_send_mail_int(), which in turn can be used with tcpip_callback() to send mail from interrupt context, e.g.
like this: struct smtp_send_request *req; (to be filled) tcpip_try_callback(smtp_send_mail_int, (void*)req);
For member description, see parameter description of smtp_send_mail(). When using with tcpip_callback, this structure has to stay allocated (e.g. using mem_malloc/mem_free) until its 'callback_fn' is called.
Definition at line 54 of file smtp.h.
Field Documentation
u8_t static_data |
Generated on Tue Jul 12 2022 13:55:36 by
