SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Connected()

bool Spices::Net::TcpConnection::Connected ( ) const
inline

Determined if this TcpConnection is connected.

Returns
Returns true if this TcpConnection is connected.

Definition at line 99 of file TcpConnection.h.

99{ return m_State == State::Connected; }
std::atomic< State > m_State
TcpConnection state.