C# Class Cirrious.Sphero.WorkBench.Core.ViewModels.SpheroViewModel

Inheritance: BaseViewModel, ISpheroParentViewModel
Show file Open project: slodge/BallControl

Public Methods

Method Description
SpheroViewModel ( string name ) : System

Protected Methods

Method Description
Shutdown ( ) : void

Private Methods

Method Description
ClearConnectedSphero ( ) : void
ConnectedSpheroOnDisconnected ( object sender, EventArgs eventArgs ) : void
DoCheckConnection ( ) : void
DoConnect ( ) : void
DoTakePhoto ( ) : void
OnConnectionError ( Exception obj ) : void
OnConnectionSuccess ( IConnectedSphero sphero ) : void

Method Details

Shutdown() protected method

protected Shutdown ( ) : void
return void

SpheroViewModel() public method

public SpheroViewModel ( string name ) : System
name string
return System