Class E131Device
Represents a E1.31-DXM-device.
Implements
Inherited Members
Namespace: RGB.NET.Devices.DMX.E131
Assembly: RGB.NET.Devices.DMX.dll
Syntax
public sealed class E131Device : AbstractRGBDevice<E131DeviceInfo>, IRGBDevice<E131DeviceInfo>, IUnknownDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable
Methods
| Edit this page View SourceGetLedCustomData(LedId)
Gets the custom data associated with the specified LED.
Declaration
protected override object GetLedCustomData(LedId ledId)
Parameters
| Type | Name | Description |
|---|---|---|
| LedId | ledId | The id of the led. |
Returns
| Type | Description |
|---|---|
| object | The custom data for the specified LED. |