Class UDPServer
Defined in File udp_server.h
Class Documentation
-
class UDPServer
Public Functions
-
UDPServer()
-
ReturnStatuses open(const std::string &ip_address, uint32_t port)
-
ReturnStatuses close()
-
bool is_open()
-
void registerReceiveHandler(std::function<std::vector<uint8_t>(const std::vector<uint8_t>&)> callback)
-
void run()
-
void stop()
-
UDPServer()