R-Type
|
#include <TcpClient.hpp>
Public Member Functions | |
TcpClient (asio::io_context &IOContext, asio::ip::tcp::endpoint &serverEndpoint) | |
~TcpClient () | |
void | run () |
Connect to the TCP server. More... | |
bool & | getTcpStatus () |
RType::Client::TcpClient::TcpClient | ( | asio::io_context & | IOContext, |
asio::ip::tcp::endpoint & | serverEndpoint | ||
) |
RType::Client::TcpClient::~TcpClient | ( | ) |
bool & RType::Client::TcpClient::getTcpStatus | ( | ) |
void RType::Client::TcpClient::run | ( | ) |
Connect to the TCP server.