|
dl
|
UDP客户端 更多...
#include <dl_net.h>
Public 成员函数 | |
| void | SetAddress (std::string_view ip, uint16_t port, bool broadcast=false) |
| void | Send (BufferView buf) |
| void | Send (std::string_view str) |
| Buffer * | GetPopMsg () |
| ClientUdp () | |
| ~ClientUdp () | |
| dl::ClientUdp::ClientUdp | ( | ) |
| dl::ClientUdp::~ClientUdp | ( | ) |
| void dl::ClientUdp::Send | ( | BufferView | buf | ) |
| void dl::ClientUdp::SetAddress | ( | std::string_view | ip, |
| uint16_t | port, | ||
| bool | broadcast = false ) |