WPILibC++  unspecified
wpi::UDPClient Class Reference

Public Member Functions

 UDPClient (Logger &logger)
 
 UDPClient (const Twine &address, Logger &logger)
 
 UDPClient (const UDPClient &other)=delete
 
 UDPClient (UDPClient &&other)
 
UDPClientoperator= (const UDPClient &other)=delete
 
UDPClientoperator= (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)
 

The documentation for this class was generated from the following files: