smtp_get_state_machine
Last updated March 2020
Name
smtp_get_state_machine — Fetch the head of the SMTP client state machine
Synopsis
#include "smtp.h"
| smtp_state * **smtp_get_state_machine** (
| )
; | |
Description
This function fetches the head of the SMTP client state machine.
This function returns an smtp_state pointer that is the beginning of the SMTP client state machine. For a description of this data structure see “smtp_state”.
It is legal to call this function in any thread.
See Also
Was this page helpful?