C# Class EvolveApp.ViewModels.ChangeLEDColorViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: xamarin/mini-hacks Class Usage Examples

Méthodes publiques

Méthode Description
ChangeLEDColorViewModel ( ParticleDevice device, string>.Dictionary variables ) : System.Collections.Generic
Reset ( ) : void
SetNewColor ( ) : void

Private Methods

Méthode Description
GetColorString ( ) : string
PushColorToPhotonAsync ( ) : System.Threading.Tasks.Task
StartLightShowAsync ( ) : System.Threading.Tasks.Task
TurnOffLedsAsync ( ) : System.Threading.Tasks.Task

Method Details

ChangeLEDColorViewModel() public méthode

public ChangeLEDColorViewModel ( ParticleDevice device, string>.Dictionary variables ) : System.Collections.Generic
device Particle.ParticleDevice
variables string>.Dictionary
Résultat System.Collections.Generic

Reset() public méthode

public Reset ( ) : void
Résultat void

SetNewColor() public méthode

public SetNewColor ( ) : void
Résultat void