C# Class EddiVoiceAttackResponder.VoiceAttackResponder

A responder for EDDI to provide information to VoiceAttack. This is very simple, just adding events to the VoiceAttack plugin's event queue
Inheritance: EDDIResponder
Afficher le fichier Open project: cmdrmcdonald/EliteDangerousDataProvider

Méthodes publiques

Méthode Description
ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
Handle ( Event theEvent ) : void
Reload ( ) : void
ResponderDescription ( ) : string
ResponderName ( ) : string
ResponderVersion ( ) : string
Start ( ) : bool
Stop ( ) : void
VoiceAttackResponder ( ) : System

Method Details

ConfigurationTabItem() public méthode

public ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
Résultat System.Windows.Controls.UserControl

Handle() public méthode

public Handle ( Event theEvent ) : void
theEvent Event
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

ResponderDescription() public méthode

public ResponderDescription ( ) : string
Résultat string

ResponderName() public méthode

public ResponderName ( ) : string
Résultat string

ResponderVersion() public méthode

public ResponderVersion ( ) : string
Résultat string

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void

VoiceAttackResponder() public méthode

public VoiceAttackResponder ( ) : System
Résultat System