C# Class MyTime3.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: porrey/iot

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
Keypad_KeyEvent ( object sender, KeyPadEventArgs e ) : void
TestArduino ( ) : System.Threading.Tasks.Task
TestClock ( ) : System.Threading.Tasks.Task
TestKeyPad1 ( ) : System.Threading.Tasks.Task
TestKeyPad2 ( ) : System.Threading.Tasks.Task
TestLifx ( ) : System.Threading.Tasks.Task
TestLightSensor ( ) : System.Threading.Tasks.Task
TestTemperatureSensor ( ) : System.Threading.Tasks.Task

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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