Show / Hide Table of Contents

Class PicoPiRGBDeviceInfo

Represents a generic information for a PicoPiRGBDevice.

Inheritance
object
PicoPiRGBDeviceInfo
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.PicoPi
Assembly: RGB.NET.Devices.PicoPi.dll
Syntax
public sealed class PicoPiRGBDeviceInfo : IRGBDeviceInfo

Properties

| Edit this page View Source

Channel

Gets the channel this device is using.

Declaration
public int Channel { get; }
Property Value
Type Description
int
| 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

Id

Gets the Id of the device.

Declaration
public string Id { 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

LedCount

Gets the amount of LEDs on this device.

Declaration
public int LedCount { get; }
Property Value
Type Description
int
| 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

Version

Gets the version of the device firmware.

Declaration
public int Version { get; }
Property Value
Type Description
int

Implements

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