Class DeviceHelper
Offsers some helper methods for device creation.
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public static class DeviceHelper
Methods
| Edit this page View SourceCreateDeviceName(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.