|
|
| TCPNetworkDebugConnecter (const std::string &connection_string) |
| |
|
void | OnFailure () override |
| | Callback for when the connection attempt failed.
|
| |
| void | OnConnect (SOCKET s) override |
| | Callback when the connection succeeded. More...
|
| |
|
|
std::string | connection_string |
| |
Definition at line 1230 of file network.cpp.
◆ OnConnect()
| void TCPNetworkDebugConnecter::OnConnect |
( |
SOCKET |
s | ) |
|
|
inlineoverridevirtual |
Callback when the connection succeeded.
- Parameters
-
| s | the socket that we opened |
Reimplemented from TCPConnecter.
Definition at line 1242 of file network.cpp.
References Debug.
The documentation for this class was generated from the following file: