Class OpenRGBServerDefinition
Represents a definition of an OpenRGB server.
Inherited Members
Namespace: RGB.NET.Devices.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public sealed class OpenRGBServerDefinition
Properties
| Edit this page View SourceClientName
The name of the client that will appear in the OpenRGB interface.
Declaration
public string ClientName { get; set; }
Property Value
Type | Description |
---|---|
string |
Connected
Whether the provider is connected to this server definition or not.
Declaration
public bool Connected { get; set; }
Property Value
Type | Description |
---|---|
bool |
Ip
The ip address of the server.
Declaration
public string Ip { get; set; }
Property Value
Type | Description |
---|---|
string |
LastError
The error that occurred when connecting, if this failed.
Declaration
public string? LastError { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
The port of the server.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
int |