Show / Hide Table of Contents

Interface IRGBDeviceInfo

Represents a generic information for a IRGBDevice

Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface IRGBDeviceInfo

Properties

| Edit this page View Source

DeviceName

Unique name of the IRGBDevice.

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

DeviceType

Gets the RGBDeviceType of the IRGBDevice.

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

LayoutMetadata

Gets custom metadata added to the layout.

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

Manufacturer

Gets the manufacturer-name of the IRGBDevice.

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

Model

Gets the model-name of the IRGBDevice.

Declaration
string Model { get; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX