R-Type
Public Member Functions | List of all members
RType::Client::TcpClient Class Reference

#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 ()
 

Constructor & Destructor Documentation

◆ TcpClient()

RType::Client::TcpClient::TcpClient ( asio::io_context &  IOContext,
asio::ip::tcp::endpoint &  serverEndpoint 
)

◆ ~TcpClient()

RType::Client::TcpClient::~TcpClient ( )

Member Function Documentation

◆ getTcpStatus()

bool & RType::Client::TcpClient::getTcpStatus ( )

◆ run()

void RType::Client::TcpClient::run ( )

Connect to the TCP server.


The documentation for this class was generated from the following files: