WPILibC++
unspecified
|
Public Member Functions | |
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 () |
void | shutdown () |
int | send (ArrayRef< uint8_t > data, const Twine &server, int port) |
int | send (StringRef data, const Twine &server, int port) |