C# 클래스 EvolveApp.ViewModels.ChangeLEDColorViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: xamarin/mini-hacks 1 사용 예제들

공개 메소드들

메소드 설명
ChangeLEDColorViewModel ( ParticleDevice device, string>.Dictionary variables ) : System.Collections.Generic
Reset ( ) : void
SetNewColor ( ) : void

비공개 메소드들

메소드 설명
GetColorString ( ) : string
PushColorToPhotonAsync ( ) : System.Threading.Tasks.Task
StartLightShowAsync ( ) : System.Threading.Tasks.Task
TurnOffLedsAsync ( ) : System.Threading.Tasks.Task

메소드 상세

ChangeLEDColorViewModel() 공개 메소드

public ChangeLEDColorViewModel ( ParticleDevice device, string>.Dictionary variables ) : System.Collections.Generic
device Particle.ParticleDevice
variables string>.Dictionary
리턴 System.Collections.Generic

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetNewColor() 공개 메소드

public SetNewColor ( ) : void
리턴 void