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

Method getConnection

Sming/Components/ssl/include/Network/Ssl/Session.h:158–161  ·  view source on GitHub ↗

* @brief Get the currently active SSL connection object * @retval Connection* */

Source from the content-addressed store, hash-verified

156 * @retval Connection*
157 */
158 Connection* getConnection()
159 {
160 return connection.get();
161 }
162
163 /**
164 * @brief Handle connection event

Callers 1

readMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected