C# Class RoverOperator.MainWindowViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Public Methods

Method Description
MainWindowViewModel ( ) : System.ComponentModel

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
ConnectivityChanged ( bool connectedToRover ) : void
RTTChanged ( long RTT ) : void
UpdatePingAddress ( object sender, PropertyChangedEventArgs e ) : void

Method Details

MainWindowViewModel() public method

public MainWindowViewModel ( ) : System.ComponentModel
return System.ComponentModel

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void