MCPcopy Create free account
hub / github.com/SmingHub/Sming / quit

Method quit

Sming/Components/Network/src/Network/SmtpClient.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void SmtpClient::quit()
128{
129 sendString(F("QUIT\r\n"));
130 state = eSMTP_Quitting;
131}
132
133// Protected Methods
134void SmtpClient::onReadyToSendData(TcpConnectionEvent sourceEvent)

Callers 1

onMailSentFunction · 0.80

Calls 1

FFunction · 0.50

Tested by

no test coverage detected