C# Class IBE.EDDN.EDDNReciever

Inheritance: IDisposable
ファイルを表示 Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
EDDNReciever ( string adress ) : System
StartListen ( ) : void

starts listening

StopListen ( ) : void

stops EDDN-listening if started

Subscribe ( ) : void

subscriberthread-worker

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ParseEDDNRawData ( String RawData ) : void

parses the incoming eddn data

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EDDNReciever() public method

public EDDNReciever ( string adress ) : System
adress string
return System

StartListen() public method

starts listening
public StartListen ( ) : void
return void

StopListen() public method

stops EDDN-listening if started
public StopListen ( ) : void
return void

Subscribe() public method

subscriberthread-worker
public Subscribe ( ) : void
return void