Show / Hide Table of Contents

Class E131Device

Represents a E1.31-DXM-device.

Inheritance
object
AbstractBindable
Placeable
AbstractRGBDevice<E131DeviceInfo>
E131Device
Implements
IRGBDevice<E131DeviceInfo>
IUnknownDevice
IRGBDevice
IEnumerable<Led>
IEnumerable
IPlaceable
IBindable
INotifyPropertyChanged
IDisposable
Inherited Members
AbstractRGBDevice<E131DeviceInfo>.DeviceInfo
AbstractRGBDevice<E131DeviceInfo>.ColorCorrections
AbstractRGBDevice<E131DeviceInfo>.Update(bool)
AbstractRGBDevice<E131DeviceInfo>.Dispose()
AbstractRGBDevice<E131DeviceInfo>.AddLed(LedId, in Point, in Size, object)
AbstractRGBDevice<E131DeviceInfo>.RemoveLed(LedId)
AbstractRGBDevice<E131DeviceInfo>.GetEnumerator()
Placeable.Location
Placeable.Size
Placeable.Scale
Placeable.Rotation
Placeable.ActualLocation
Placeable.ActualSize
Placeable.Boundary
Placeable.LocationChanged
Placeable.SizeChanged
Placeable.ScaleChanged
Placeable.RotationChanged
Placeable.ActualLocationChanged
Placeable.ActualSizeChanged
Placeable.BoundaryChanged
AbstractBindable.PropertyChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

GetLedCustomData(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.

Overrides
AbstractRGBDevice<E131DeviceInfo>.GetLedCustomData(LedId)

Implements

IRGBDevice<TDeviceInfo>
IUnknownDevice
IRGBDevice
IEnumerable<T>
IEnumerable
IPlaceable
IBindable
INotifyPropertyChanged
IDisposable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX