C# Class SimTelemetry.Data.Net.TelemetryServer

Show file Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
ClientConnect ( IAsyncResult iar ) : void
FlushGameData ( ) : void
PushGameData ( byte data ) : void
Start ( ) : bool
Stop ( ) : void
TelemetryServer ( ) : System
Write ( NetworkPacket packet ) : void

Private Methods

Method Description
ClientAcceptThread ( ) : void
ServerKeeper ( ) : void

Method Details

ClientConnect() public method

public ClientConnect ( IAsyncResult iar ) : void
iar IAsyncResult
return void

FlushGameData() public method

public FlushGameData ( ) : void
return void

PushGameData() public method

public PushGameData ( byte data ) : void
data byte
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void

TelemetryServer() public method

public TelemetryServer ( ) : System
return System

Write() public method

public Write ( NetworkPacket packet ) : void
packet NetworkPacket
return void