C# Class IBE.EDDN.EDDNReciever

Inheritance: IDisposable
Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EDDNReciever ( string adress ) : System
StartListen ( ) : void

starts listening

StopListen ( ) : void

stops EDDN-listening if started

Subscribe ( ) : void

subscriberthread-worker

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ParseEDDNRawData ( String RawData ) : void

parses the incoming eddn data

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EDDNReciever() public méthode

public EDDNReciever ( string adress ) : System
adress string
Résultat System

StartListen() public méthode

starts listening
public StartListen ( ) : void
Résultat void

StopListen() public méthode

stops EDDN-listening if started
public StopListen ( ) : void
Résultat void

Subscribe() public méthode

subscriberthread-worker
public Subscribe ( ) : void
Résultat void