C# Class SimTelemetry.Data.Net.NetworkStateReport

Show file Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
NetworkStateReport ( NetworkAppState st ) : System
NetworkStateReport ( NetworkAppState st, List SimNames ) : System
NetworkStateReport ( NetworkAppState st, string sim, string process ) : System

Method Details

NetworkStateReport() public method

public NetworkStateReport ( NetworkAppState st ) : System
st NetworkAppState
return System

NetworkStateReport() public method

public NetworkStateReport ( NetworkAppState st, List SimNames ) : System
st NetworkAppState
SimNames List
return System

NetworkStateReport() public method

public NetworkStateReport ( NetworkAppState st, string sim, string process ) : System
st NetworkAppState
sim string
process string
return System