Open Lighting Architecture  Latest Git
Public Member Functions | Public Attributes | List of all members
ola::client::StreamingClient::Options Class Reference

Detailed Description

Controls the options for the StreamingClient class.

Public Member Functions

 Options ()
 

Public Attributes

bool auto_start
 
uint16_t server_port
 

Constructor & Destructor Documentation

◆ Options()

Create a new options structure with the default options. This includes automatically starting olad if it's not already running.

Member Data Documentation

◆ auto_start

bool ola::client::StreamingClient::Options::auto_start

If true, the client will automatically start olad if it's not already running.

◆ server_port

uint16_t ola::client::StreamingClient::Options::server_port

The RPC port olad is listening on.


The documentation for this class was generated from the following file: