VRay SDK for C++
Loading...
Searching...
No Matches
VRay::LicenseServerSettings Struct Reference

Parameters for setLicenseServer(). Only serverName is obligatory. More...

#include <vraysdk.hpp>

Public Attributes

std::string password
 For the optional login.
 
std::string proxyName
 Optional http proxy server.
 
std::string proxyPassword
 Login for the optional proxy server.
 
int proxyPort
 
std::string proxyUserName
 Optional http proxy server.
 
std::string serverName
 Primary license server - hostname or IP address.
 
std::string serverName1
 Optional alternative server if the primary doesn't work.
 
std::string serverName2
 Optional second alternative server.
 
int serverPort
 default port is 30304
 
int serverPort1
 
int serverPort2
 
std::string username
 Optional login.
 

Detailed Description

Parameters for setLicenseServer(). Only serverName is obligatory.


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