SpiecsEngine
Loading...
Searching...
No Matches
◆
ConnectEstablished()
void Spices::Net::TcpConnection::ConnectEstablished
(
)
Definition at line
74
of file
TcpConnection.cpp
.
75
{
76
SetState
(
State::Connected
);
77
m_Channel
->Tie(shared_from_this());
78
m_Channel
->EnableReading();
79
80
m_ConnectionCallback
.Broadcast(shared_from_this());
81
}
Spices::Net::TcpConnection::State::Connected
@ Connected
Spices::Net::TcpConnection::m_ConnectionCallback
DelegateConnectionCallback m_ConnectionCallback
DelegateConnectionCallback.
Definition
TcpConnection.h:236
Spices::Net::TcpConnection::m_Channel
std::unique_ptr< Channel > m_Channel
TcpConnection channel.
Definition
TcpConnection.h:221
Spices::Net::TcpConnection::SetState
void SetState(State state)
Definition
TcpConnection.h:162
References
Connected
, and
SetState()
.
Spices
Net
TcpConnection
Generated on Sun Mar 8 2026 10:24:50 for SpiecsEngine by
1.10.0