C# Class Animatroller.SceneRunner.XmasScene2

Inheritance: IScene
显示文件 Open project: HakanL/animatroller Class Usage Examples

Public Methods

Method Description
Run ( ) : void
Start ( ) : void
Stop ( ) : void
WireUp ( Animatroller sim ) : void
WireUp ( Animatroller.Framework.Expander port ) : void
XmasScene2 ( IEnumerable args ) : System

Private Methods

Method Description
EverythingOff ( ) : void
TestAllPixels ( Color color, double brightness, System.TimeSpan delay ) : void

Method Details

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

WireUp() public method

public WireUp ( Animatroller sim ) : void
sim Animatroller
return void

WireUp() public method

public WireUp ( Animatroller.Framework.Expander port ) : void
port Animatroller.Framework.Expander
return void

XmasScene2() public method

public XmasScene2 ( IEnumerable args ) : System
args IEnumerable
return System