Class SevenSegment
Seven Segment Display
Assembly: SevenSegment.dll
View Source
Declaration
public class SevenSegment : IDisposable
Implements:
System.IDisposable
Properties
IsDisposed
Is the object disposed
View Source
Declaration
public bool IsDisposed { get; }
Methods
SetDisplay(CharacterType, bool)
Displays the specified character
View Source
Declaration
public void SetDisplay(SevenSegment.CharacterType character, bool showDecimal = false)
Parameters
Type | Name |
---|---|
Meadow.Foundation.Displays.Led.SevenSegment.CharacterType | character |
System.Boolean | showDecimal |
SetDisplay(char, bool)
Displays the specified valid character
View Source
Declaration
public void SetDisplay(char character, bool showDecimal = false)
Parameters
Type | Name |
---|---|
System.Char | character |
System.Boolean | showDecimal |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
View Source
Declaration
public void Dispose()
Dispose(bool)
Dispose of the object
View Source
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Is disposing |
Implements
System.IDisposable