|
| WSServer (int _port) |
|
void | setup (int port) |
|
void | addAddress (std::string address, std::function< void(std::string, void *, int)> on_receive=nullptr, std::function< void(std::string)> on_connect=nullptr, std::function< void(std::string)> on_disconnect=nullptr, bool binary=false) |
|
int | sendNonRt (const char *address, const char *str) |
|
int | sendNonRt (const char *address, const void *buf, unsigned int size) |
|
int | sendRt (const char *address, const char *str) |
|
int | sendRt (const char *address, const void *buf, unsigned int size) |
|
|
struct | WSServerDataHandler |
|
The documentation for this class was generated from the following files:
- libraries/WSServer/WSServer.h
- libraries/WSServer/WSServer.cpp