|
10Duke Scale C++ Client
|
#include <ClientProperties.h>
For building the client properties fluently.
Public Member Functions | |
| ClientPropertiesBuilder & | country (const std::string &pCountry) |
| Sets country. | |
| ClientPropertiesBuilder & | hostName (const std::string &pHostName) |
| Sets hostname. | |
| ClientPropertiesBuilder & | hwArch (const std::string &pHwArch) |
| Sets hardware architecture. | |
| ClientPropertiesBuilder & | hwId (const std::string &pHwId) |
| Sets hardware id. | |
| ClientPropertiesBuilder & | hwLabel (const std::string &pHwLabel) |
| Sets hardware label. | |
| ClientPropertiesBuilder & | installationId (const std::string &pInstallationId) |
| Sets installation id. | |
| ClientPropertiesBuilder & | lang (const std::string &pLang) |
| Sets language. | |
| ClientPropertiesBuilder & | networkIpAddress (const std::string &pNetworkIpAddress) |
| Sets network IP address. | |
| ClientPropertiesBuilder & | os (const std::string &pOS) |
| Sets operating system. | |
| ClientPropertiesBuilder & | osUserName (const std::string &pOSUserName) |
| Sets operating system username. | |
| ClientPropertiesBuilder & | processId (const std::string &pProcessId) |
| Sets processId. | |
| ClientPropertiesBuilder & | version (const std::string &pVersion) |
| Sets version. | |
| ClientPropertiesBuilder & | kind (const std::string &pKind) |
| Sets kind. | |
| ClientPropertiesBuilder & | licenseConsumerId (const std::string &pLicenseConsumerId) |
| Sets license consumer id. | |
| ClientProperties | build () |
| Builds the properties. | |
|
inline |
Builds the properties.
|
inline |
Sets country.
| pCountry | - |
|
inline |
Sets hostname.
| pHostName | - |
|
inline |
Sets hardware architecture.
| pHwArch | - |
|
inline |
Sets hardware id.
| pHwId | - |
|
inline |
Sets hardware label.
| pHwLabel | - |
|
inline |
Sets installation id.
| pInstallationId | - |
|
inline |
Sets kind.
| pKind | (max 16 chars) |
|
inline |
Sets language.
| pLang | - |
|
inline |
Sets license consumer id.
| pLicenseConsumerId | - |
|
inline |
Sets network IP address.
| pNetworkIpAddress | - |
|
inline |
Sets operating system.
| pOS | - |
|
inline |
Sets operating system username.
| pOSUserName | - |
|
inline |
Sets processId.
| pProcessId | - |
|
inline |
Sets version.
| pVersion | - |