Class LedStrip
Information about a configured LED strip
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class LedStrip : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Board
Board address of the corresponding pin
Declaration
public int Board { get; set; }
Property Value
Type | Description |
---|---|
int |
Pin
Name of the pin this LED strip is connected to
Declaration
public string Pin { get; set; }
Property Value
Type | Description |
---|---|
string |
StopMovement
Indicates if this strip is bit-banged and therefore requires motion to be stopped before sending a command
Declaration
public bool StopMovement { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
Type of this LED strip
Declaration
public LedStripType Type { get; set; }
Property Value
Type | Description |
---|---|
LedStripType |