Show / Hide Table of Contents

Class OpenRGBServerDefinition

Represents a definition of an OpenRGB server.

Inheritance
object
OpenRGBServerDefinition
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public sealed class OpenRGBServerDefinition

Properties

| Edit this page View Source

ClientName

The name of the client that will appear in the OpenRGB interface.

Declaration
public string ClientName { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Connected

Whether the provider is connected to this server definition or not.

Declaration
public bool Connected { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Ip

The ip address of the server.

Declaration
public string Ip { get; set; }
Property Value
Type Description
string
| Edit this page View Source

LastError

The error that occurred when connecting, if this failed.

Declaration
public string? LastError { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Port

The port of the server.

Declaration
public int Port { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX