adapnex::core::TCPConnection::Connected

Checks if the connection is currently established.

Synopsis

Declared in <adapnex/core/network.h>

[[nodiscard]]
virtual
bool
Connected() const = 0;

Return Value

Returns true if the connection is established, false otherwise.

Created with MrDocs