C# Class UWPRobotController.Interfaces.TankControlPage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: ms-iot/remote-wiring-quick-controllers

Méthodes publiques

Méthode Description
TankControlPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
Back_Click ( object sender, RoutedEventArgs e ) : void
UpdateControls ( ) : void
left_motor_ValueChanged ( object sender, Windows e ) : void
right_motor_ValueChanged ( object sender, Windows e ) : void

Method Details

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
Résultat void

TankControlPage() public méthode

public TankControlPage ( ) : System
Résultat System