SpiecsEngine
 
Loading...
Searching...
No Matches

◆ SetState()

void Spices::Net::TcpConnection::SetState ( State state)
inlineprivate

Definition at line 162 of file TcpConnection.h.

162{ m_State = state; }
std::atomic< State > m_State
TcpConnection state.

Referenced by ConnectDestroyed(), ConnectEstablished(), HandleClose(), and ShutDown().