Show / Hide Table of Contents

Class E131DeviceInfo

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Inheritance
object
E131DeviceInfo
Implements
IRGBDeviceInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.DMX.E131
Assembly: RGB.NET.Devices.DMX.dll
Syntax
public sealed class E131DeviceInfo : IRGBDeviceInfo

Fields

| Edit this page View Source

CID_LENGTH

The length of the CID;

Declaration
public const int CID_LENGTH = 16
Field Value
Type Description
int

Properties

| Edit this page View Source

CID

The CID used to identify against the device.

Declaration
public byte[] CID { get; }
Property Value
Type Description
byte[]
| Edit this page View Source

DeviceName

Unique name of the IRGBDevice.

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

DeviceType

Gets the RGBDeviceType of the IRGBDevice.

Declaration
public RGBDeviceType DeviceType { get; }
Property Value
Type Description
RGBDeviceType
| Edit this page View Source

Hostname

The hostname of the device.

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

LayoutMetadata

Gets custom metadata added to the layout.

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

Manufacturer

Gets the manufacturer-name of the IRGBDevice.

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

Model

Gets the model-name of the IRGBDevice.

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

Port

The port of the device.

Declaration
public int Port { get; }
Property Value
Type Description
int
| Edit this page View Source

Universe

The Universe this device belongs to.

Declaration
public short Universe { get; }
Property Value
Type Description
short

Implements

IRGBDeviceInfo
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX