C# Class EvolveApp.ViewModels.ChangeLEDColorViewModel

Inheritance: BaseViewModel
Mostrar archivo Open project: xamarin/mini-hacks Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetColorString ( ) : string
PushColorToPhotonAsync ( ) : System.Threading.Tasks.Task
StartLightShowAsync ( ) : System.Threading.Tasks.Task
TurnOffLedsAsync ( ) : System.Threading.Tasks.Task

Method Details

ChangeLEDColorViewModel() public method

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

Reset() public method

public Reset ( ) : void
return void

SetNewColor() public method

public SetNewColor ( ) : void
return void