C# Class SimTelemetry.Data.Net.TelemetryNetwork

Show file Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
AbortClient ( ) : void
AbortServer ( ) : void
ConfigureClient ( string ip, string sPort ) : void
ConfigureServer ( string sPort, string sClients, int iBandwidth ) : void
TelemetryNetwork ( ) : System

Private Methods

Method Description
FireChange ( ) : void
FireError ( string sError ) : void

Method Details

AbortClient() public method

public AbortClient ( ) : void
return void

AbortServer() public method

public AbortServer ( ) : void
return void

ConfigureClient() public method

public ConfigureClient ( string ip, string sPort ) : void
ip string
sPort string
return void

ConfigureServer() public method

public ConfigureServer ( string sPort, string sClients, int iBandwidth ) : void
sPort string
sClients string
iBandwidth int
return void

TelemetryNetwork() public method

public TelemetryNetwork ( ) : System
return System