C# Class GlowPi.LedController

显示文件 Open project: QuinnDamerell/Glow Class Usage Examples

Public Methods

Method Description
AnimateMasterIntensity ( double intensity, System.TimeSpan animationTime ) : void
GetLed ( int ledNumber ) : WindowsIotLedDriver.AnimatedLed
GetMasterIntensity ( ) : double
IsMasterIntensityAnimating ( ) : bool
LedController ( ) : System

Method Details

AnimateMasterIntensity() public method

public AnimateMasterIntensity ( double intensity, System.TimeSpan animationTime ) : void
intensity double
animationTime System.TimeSpan
return void

GetLed() public method

public GetLed ( int ledNumber ) : WindowsIotLedDriver.AnimatedLed
ledNumber int
return WindowsIotLedDriver.AnimatedLed

GetMasterIntensity() public method

public GetMasterIntensity ( ) : double
return double

IsMasterIntensityAnimating() public method

public IsMasterIntensityAnimating ( ) : bool
return bool

LedController() public method

public LedController ( ) : System
return System