C# 클래스 GlowPi.LedController

파일 보기 프로젝트 열기: QuinnDamerell/Glow 1 사용 예제들

공개 메소드들

메소드 설명
AnimateMasterIntensity ( double intensity, System.TimeSpan animationTime ) : void
GetLed ( int ledNumber ) : WindowsIotLedDriver.AnimatedLed
GetMasterIntensity ( ) : double
IsMasterIntensityAnimating ( ) : bool
LedController ( ) : System

메소드 상세

AnimateMasterIntensity() 공개 메소드

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

GetLed() 공개 메소드

public GetLed ( int ledNumber ) : WindowsIotLedDriver.AnimatedLed
ledNumber int
리턴 WindowsIotLedDriver.AnimatedLed

GetMasterIntensity() 공개 메소드

public GetMasterIntensity ( ) : double
리턴 double

IsMasterIntensityAnimating() 공개 메소드

public IsMasterIntensityAnimating ( ) : bool
리턴 bool

LedController() 공개 메소드

public LedController ( ) : System
리턴 System