C# Class GlowPi.LedController

Afficher le fichier Open project: QuinnDamerell/Glow Class Usage Examples

Méthodes publiques

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

Method Details

AnimateMasterIntensity() public méthode

public AnimateMasterIntensity ( double intensity, System.TimeSpan animationTime ) : void
intensity double
animationTime System.TimeSpan
Résultat void

GetLed() public méthode

public GetLed ( int ledNumber ) : WindowsIotLedDriver.AnimatedLed
ledNumber int
Résultat WindowsIotLedDriver.AnimatedLed

GetMasterIntensity() public méthode

public GetMasterIntensity ( ) : double
Résultat double

IsMasterIntensityAnimating() public méthode

public IsMasterIntensityAnimating ( ) : bool
Résultat bool

LedController() public méthode

public LedController ( ) : System
Résultat System