#include <tcp_client.h>
◆ tcp_client() [1/2]
tcp_client::tcp_client |
( |
| ) |
|
|
inline |
◆ tcp_client() [2/2]
tcp_client::tcp_client |
( |
std::string |
addr, |
|
|
int |
port |
|
) |
| |
◆ ~tcp_client()
tcp_client::~tcp_client |
( |
| ) |
|
◆ available_data()
uint64_t tcp_client::available_data |
( |
| ) |
|
◆ close_conn()
void tcp_client::close_conn |
( |
| ) |
|
◆ connect_conn()
void tcp_client::connect_conn |
( |
| ) |
|
◆ receive_data()
void tcp_client::receive_data |
( |
char * |
data, |
|
|
int |
length |
|
) |
| |
◆ send_data()
void tcp_client::send_data |
( |
char * |
data, |
|
|
int |
length |
|
) |
| |
◆ wait_for_data()
void tcp_client::wait_for_data |
( |
uint64_t |
bytes, |
|
|
uint32_t |
timeout |
|
) |
| |
|
inline |
◆ socketAddr
struct sockaddr_in tcp_client::socketAddr |
|
protected |
The documentation for this class was generated from the following file: