C# Class remote_wiring_experience.ConnectionPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: ms-iot/remote-wiring-experience

Méthodes publiques

Méthode Description
ConnectionPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
AboutButton_Enter ( object sender, RoutedEventArgs e ) : void

Called if the pointer hovers over the About button.

AnalogButton_Enter ( object sender, RoutedEventArgs e ) : void

Called if the pointer hovers over the Analog button.

Button_Exit ( object sender, RoutedEventArgs e ) : void

Called if the pointer exits the boundaries of any button.

CancelButton_Click ( object sender, RoutedEventArgs e ) : void

Called if the Cancel button is pressed

ConnectButton_Click ( object sender, RoutedEventArgs e ) : void

Called if the Connect button is pressed

ConnectionComboBox_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

This function is called if the selection is changed on the Connection combo box

Connection_TimeOut ( object sender, object e ) : void
DigitalButton_Enter ( object sender, RoutedEventArgs e ) : void

Called if the pointer hovers over the Digital button.

OnConnectionCancelled ( ) : void

This function is invoked if a cancellation is invoked for any reason on the connection task

OnConnectionFailed ( string message ) : void
OnDeviceReady ( ) : void
PWMButton_Enter ( object sender, RoutedEventArgs e ) : void

Called if the pointer hovers over the PWM button.

RefreshButton_Click ( object sender, RoutedEventArgs e ) : void

Called if the Refresh button is pressed

RefreshDeviceList ( ) : void
Reset ( ) : void
ServoButton_Enter ( object sender, RoutedEventArgs e ) : void

Called if the pointer hovers over the Servo button.

SetUiEnabled ( bool enabled ) : void
TrackConnectionEvent ( string message, Stopwatch stopwatch ) : void

Method Details

ConnectionPage() public méthode

public ConnectionPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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