C# Class Animatroller.SceneRunner.PixelScene1

Inheritance: Animatroller.Framework.BaseScene, ISceneRequiresAcnStream, ISceneSupportsSimulator
Afficher le fichier Open project: HakanL/animatroller

Méthodes publiques

Méthode Description
PixelScene1 ( IEnumerable args ) : System
Run ( ) : void
Start ( ) : void
Stop ( ) : void
WireUp ( Animatroller sim ) : void
WireUp ( Animatroller.Framework.Expander port ) : void

Private Methods

Méthode Description
TestAllPixels ( Color color, double brightness, System.TimeSpan delay ) : void

Method Details

PixelScene1() public méthode

public PixelScene1 ( IEnumerable args ) : System
args IEnumerable
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

WireUp() public méthode

public WireUp ( Animatroller sim ) : void
sim Animatroller
Résultat void

WireUp() public méthode

public WireUp ( Animatroller.Framework.Expander port ) : void
port Animatroller.Framework.Expander
Résultat void