|
dl
|
TCP客户端 更多...
#include <dl_net.h>
Public 成员函数 | |
| bool | Connent (std::string_view ip, uint16_t port) |
| template<IsEnum E, IsPod T> | |
| void | Send (E msg_id, const T &a) |
| template<IsEnum E> | |
| TcpMessage * | GetPopMsg () |
| std::string | GetRemoteAddressString () |
| 返回例如 192.168.1.1:7300 | |
| Client () | |
| ~Client () | |
| dl::Client::Client | ( | ) |
| dl::Client::~Client | ( | ) |
| bool dl::Client::Connent | ( | std::string_view | ip, |
| uint16_t | port ) |
|
inline |
| std::string dl::Client::GetRemoteAddressString | ( | ) |
返回例如 192.168.1.1:7300