8 #ifndef WPIUTIL_WPI_UDPCLIENT_H_
9 #define WPIUTIL_WPI_UDPCLIENT_H_
13 #include "wpi/ArrayRef.h"
14 #include "wpi/SmallVector.h"
15 #include "wpi/StringRef.h"
16 #include "wpi/Twine.h"
17 #include "wpi/mutex.h"
26 std::string m_address;
45 int receive(uint8_t* data_received,
int receive_len);
46 int receive(uint8_t* data_received,
int receive_len,
48 int set_timeout(
double timeout);
53 #endif // WPIUTIL_WPI_UDPCLIENT_H_
Definition: UDPClient.h:23
WPILib C++ utilities (wpiutil) namespace.
Definition: SmallString.h:21
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Definition: Twine.h:79