C# Class UWPRobotController.ArduinoConnectionPage

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

Méthodes publiques

Méthode Description
ArduinoConnectionPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
AppBarButton_Click ( object sender, RoutedEventArgs e ) : void
Bluetooth_ConnectionEstablished ( ) : void
Bluetooth_ConnectionFailed ( String error ) : void
Bluetooth_ConnectionLost ( ) : void
Reconnect_Click ( object sender, RoutedEventArgs e ) : void
RefreshDeviceList ( ) : void
Refresh_Click ( object sender, RoutedEventArgs e ) : void
comboBox_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
setButtonsEnabled ( bool enabled ) : void

Method Details

ArduinoConnectionPage() public méthode

public ArduinoConnectionPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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