|
| UDPClient (Logger &logger) |
|
| UDPClient (const Twine &address, Logger &logger) |
|
| UDPClient (const UDPClient &other)=delete |
|
| UDPClient (UDPClient &&other) |
|
UDPClient & | operator= (const UDPClient &other)=delete |
|
UDPClient & | operator= (UDPClient &&other) |
|
int | start () |
|
int | start (int port) |
|
void | shutdown () |
|
int | send (ArrayRef< uint8_t > data, const Twine &server, int port) |
|
int | send (StringRef data, const Twine &server, int port) |
|
int | receive (uint8_t *data_received, int receive_len) |
|
int | receive (uint8_t *data_received, int receive_len, SmallVectorImpl< char > *addr_received, int *port_received) |
|
int | set_timeout (double timeout) |
|
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/WPILib/WPILib - Development/arm/wpiutil/src/main/native/include/wpi/UDPClient.h