![]() |
Open Lighting Architecture 0.10.9
|
Public Attributes | |
| uint16_t | listen_port |
| The TCP port to listen on. | |
| class ExportMap * | export_map |
| The export map to use for stats. | |
| ola::network::TCPAcceptingSocket * | listen_socket |
| The listening TCP socket to wait for clients on. | |
| uint16_t ola::rpc::RpcServer::Options::listen_port |
The TCP port to listen on.
If listen_socket is passed, this option is ignored.
| ola::network::TCPAcceptingSocket* ola::rpc::RpcServer::Options::listen_socket |
The listening TCP socket to wait for clients on.
The socket should be in listening mode, i.e. have had TCPAcceptingSocket::Listen() called.
Ownership of the socket is transferred to the RpcServer. This overrides the listen_port option.