Skip to main content

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
TypeName
Meadow.Foundation.Displays.Led.SevenSegment.CharacterTypecharacter
System.BooleanshowDecimal

SetDisplay(char, bool)

Displays the specified valid character

View Source
Declaration
public void SetDisplay(char character, bool showDecimal = false)
Parameters
TypeName
System.Charcharacter
System.BooleanshowDecimal

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
TypeNameDescription
System.BooleandisposingIs disposing

Implements

  • System.IDisposable