Show / Hide Table of Contents

Class DeviceHelper

Offsers some helper methods for device creation.

Inheritance
object
DeviceHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public static class DeviceHelper

Methods

| Edit this page View Source

CreateDeviceName(string, string)

Creates a unique device name from a manufacturer and model name.

Declaration
public static string CreateDeviceName(string manufacturer, string model)
Parameters
Type Name Description
string manufacturer

The manufacturer of the device.

string model

The model of the device.

Returns
Type Description
string

The unique identifier for this device.

Remarks

The id is made unique based on the assembly calling this method.

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