C# 클래스 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
상속: EDDIResponder
파일 보기 프로젝트 열기: cmdrmcdonald/EliteDangerousDataProvider

공개 메소드들

메소드 설명
ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
Handle ( Event theEvent ) : void
Reload ( ) : void
ResponderDescription ( ) : string
ResponderName ( ) : string
ResponderVersion ( ) : string
Start ( ) : bool
Stop ( ) : void
VoiceAttackResponder ( ) : System

메소드 상세

ConfigurationTabItem() 공개 메소드

public ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
리턴 System.Windows.Controls.UserControl

Handle() 공개 메소드

public Handle ( Event theEvent ) : void
theEvent Event
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

ResponderDescription() 공개 메소드

public ResponderDescription ( ) : string
리턴 string

ResponderName() 공개 메소드

public ResponderName ( ) : string
리턴 string

ResponderVersion() 공개 메소드

public ResponderVersion ( ) : string
리턴 string

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

VoiceAttackResponder() 공개 메소드

public VoiceAttackResponder ( ) : System
리턴 System