C# Class MirrorSUPINFO.SDK.MirrorModule

Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: veler/MirrorSUPINFO

Public Properties

Property Type Description
_dispatcher Windows.UI.Core.CoreDispatcher

Public Methods

Method Description
PrimaryPeriodicTask ( ) : void
SecondaryPeriodicTask ( ) : void
VoiceCommandDetected ( string commandName, string text, string textSplitted ) : void

Protected Methods

Method Description
MirrorModule ( ITools tools ) : System

Private Methods

Method Description
GetPeriodicTaskTimeSpan ( PeriodicTaskTime time ) : System.TimeSpan
Initialize ( ) : void
OnPropertyChanged ( [ propertyName = null ) : void
PrimaryPeriodicTaskTimer_Tick ( object sender, object e ) : void
SecondaryPeriodicTaskTimer_Tick ( object sender, object e ) : void

Method Details

MirrorModule() protected method

protected MirrorModule ( ITools tools ) : System
tools ITools
return System

PrimaryPeriodicTask() public abstract method

public abstract PrimaryPeriodicTask ( ) : void
return void

SecondaryPeriodicTask() public abstract method

public abstract SecondaryPeriodicTask ( ) : void
return void

VoiceCommandDetected() public abstract method

public abstract VoiceCommandDetected ( string commandName, string text, string textSplitted ) : void
commandName string
text string
textSplitted string
return void

Property Details

_dispatcher public_oe property

public CoreDispatcher,Windows.UI.Core _dispatcher
return Windows.UI.Core.CoreDispatcher