Open Lighting Architecture
Latest Git
|
Public Attributes | |
uint16_t | listen_port |
The TCP port to listen on. More... | |
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. More... | |
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.