C# Class RPiVoice.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostrar archivo Open project: krvarma/RPiVoice

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
MainPage_Unloaded ( object sender, object args ) : void
RecognizerResultGenerated ( SpeechContinuousRecognitionSession session, SpeechContinuousRecognitionResultGeneratedEventArgs args ) : void
RecognizerStateChanged ( SpeechRecognizer sender, SpeechRecognizerStateChangedEventArgs args ) : void
WriteGPIOPin ( Windows.Devices.Gpio.GpioPin pin, GpioPinValue value ) : void
initializeGPIO ( ) : void
initializeSpeechRecognizer ( ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System