|
Motion Master 6.0.0-alpha.50
Next-generation motion control software
|
Server configuration. More...
#include <ws_server.h>
Public Attributes | |
| uint16_t | port = 62281 |
| TCP port to listen on (TLS). | |
| std::string | certFile |
| Path to the TLS certificate (PEM). | |
| std::string | keyFile |
| Path to the TLS private key (PEM). | |
Server configuration.
| std::string WebSocketServer::Config::certFile |
Path to the TLS certificate (PEM).
| std::string WebSocketServer::Config::keyFile |
Path to the TLS private key (PEM).
| uint16_t WebSocketServer::Config::port = 62281 |
TCP port to listen on (TLS).