Skip to main content

Name

smtp_get_state_machine — Fetch the head of the SMTP client state machine

Synopsis

#include "smtp.h"

| smtp_state * **smtp_get_state_machine** ( | ); |   |

void;

Description

This function fetches the head of the SMTP client state machine.

Return Values

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”.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?