C# Class EDDNResponder.EDDNResponder

A responder for EDDI to provide information to EDDN.
Inheritance: EDDIResponder
Show file Open project: cmdrmcdonald/EliteDangerousDataProvider

Public Methods

Method Description
ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
EDDNResponder ( ) : Eddi
Handle ( Event theEvent ) : void
Reload ( ) : void
ResponderDescription ( ) : string
ResponderName ( ) : string
ResponderVersion ( ) : string
Start ( ) : bool
Stop ( ) : void

Private Methods

Method Description
generateHeader ( ) : EDDNHeader
generateUploaderId ( ) : string
handleDockedEvent ( DockedEvent theEvent ) : void
handleRawEvent ( Event theEvent ) : void
sendCommodityInformation ( ) : void
sendMessage ( EDDNBody body ) : void
sendOutfittingInformation ( ) : void

Method Details

ConfigurationTabItem() public method

public ConfigurationTabItem ( ) : System.Windows.Controls.UserControl
return System.Windows.Controls.UserControl

EDDNResponder() public method

public EDDNResponder ( ) : Eddi
return Eddi

Handle() public method

public Handle ( Event theEvent ) : void
theEvent Event
return void

Reload() public method

public Reload ( ) : void
return void

ResponderDescription() public method

public ResponderDescription ( ) : string
return string

ResponderName() public method

public ResponderName ( ) : string
return string

ResponderVersion() public method

public ResponderVersion ( ) : string
return string

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void