C# Class UWPRobotController.ArduinoConnectionPage

Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: ms-iot/remote-wiring-quick-controllers

Public Methods

Method Description
ArduinoConnectionPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method 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 method

public ArduinoConnectionPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void