#include <wpinet/UDPClient.h>
◆ UDPClient() [1/4]
wpi::UDPClient::UDPClient |
( |
Logger & |
logger | ) |
|
|
explicit |
◆ UDPClient() [2/4]
◆ UDPClient() [3/4]
wpi::UDPClient::UDPClient |
( |
const UDPClient & |
other | ) |
|
|
delete |
◆ UDPClient() [4/4]
wpi::UDPClient::UDPClient |
( |
UDPClient && |
other | ) |
|
◆ ~UDPClient()
wpi::UDPClient::~UDPClient |
( |
| ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ receive() [1/2]
int wpi::UDPClient::receive |
( |
uint8_t * |
data_received, |
|
|
int |
receive_len |
|
) |
| |
◆ receive() [2/2]
int wpi::UDPClient::receive |
( |
uint8_t * |
data_received, |
|
|
int |
receive_len, |
|
|
SmallVectorImpl< char > * |
addr_received, |
|
|
int * |
port_received |
|
) |
| |
◆ send() [1/2]
int wpi::UDPClient::send |
( |
std::span< const uint8_t > |
data, |
|
|
std::string_view |
server, |
|
|
int |
port |
|
) |
| |
◆ send() [2/2]
◆ set_timeout()
int wpi::UDPClient::set_timeout |
( |
double |
timeout | ) |
|
◆ shutdown()
void wpi::UDPClient::shutdown |
( |
| ) |
|
◆ start() [1/2]
int wpi::UDPClient::start |
( |
| ) |
|
◆ start() [2/2]
int wpi::UDPClient::start |
( |
int |
port | ) |
|
The documentation for this class was generated from the following file: