REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
tcp.h
Go to the documentation of this file.
30 bool connect(std::string host, int port) { return client && client->connect(host.c_str(), port); }
Definition tcp.h:73
Definition protocol_oob.h:16
Definition assets.h:11
Definition client.cpp:10
This structure collects all relevant context about a running Websocket connection.
Definition server.h:24
Definition tcp.h:19