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.
Implements
Inherited Members
Namespace: RGB.NET.Devices.DMX.E131
Assembly: RGB.NET.Devices.DMX.dll
Syntax
public sealed class E131DeviceInfo : IRGBDeviceInfo
Fields
| Edit this page View SourceCID_LENGTH
The length of the CID;
Declaration
public const int CID_LENGTH = 16
Field Value
Type | Description |
---|---|
int |
Properties
| Edit this page View SourceCID
The CID used to identify against the device.
Declaration
public byte[] CID { get; }
Property Value
Type | Description |
---|---|
byte[] |
DeviceName
Unique name of the IRGBDevice.
Declaration
public string DeviceName { get; }
Property Value
Type | Description |
---|---|
string |
DeviceType
Gets the RGBDeviceType of the IRGBDevice.
Declaration
public RGBDeviceType DeviceType { get; }
Property Value
Type | Description |
---|---|
RGBDeviceType |
Hostname
The hostname of the device.
Declaration
public string Hostname { get; }
Property Value
Type | Description |
---|---|
string |
LayoutMetadata
Gets custom metadata added to the layout.
Declaration
public object? LayoutMetadata { get; set; }
Property Value
Type | Description |
---|---|
object |
Manufacturer
Gets the manufacturer-name of the IRGBDevice.
Declaration
public string Manufacturer { get; }
Property Value
Type | Description |
---|---|
string |
Model
Gets the model-name of the IRGBDevice.
Declaration
public string Model { get; }
Property Value
Type | Description |
---|---|
string |
Port
The port of the device.
Declaration
public int Port { get; }
Property Value
Type | Description |
---|---|
int |
Universe
The Universe this device belongs to.
Declaration
public short Universe { get; }
Property Value
Type | Description |
---|---|
short |