C# Class tping_gui.Helper

Datei anzeigen Open project: ingram1987/tping-gui

Public Properties

Property Type Description
_completedPingCounter int
_pingCountValue int
_pingRoundTripSum int
_timer1 System.Windows.Threading.DispatcherTimer
_window MainWindow

Public Methods

Method Description
ClearOutputWindow ( MainWindow window ) : void
CreateTimer ( ) : void
ExportToCSV ( ) : void
GetGatewayAddress ( string mac ) : string
GetMacAddressActiveNIC ( ) : string
PingHost ( MainWindow window, int pingValue ) : void
TimedPingEvent ( object sender, EventArgs e ) : void
stopPing ( ) : void

Method Details

ClearOutputWindow() public method

public ClearOutputWindow ( MainWindow window ) : void
window MainWindow
return void

CreateTimer() public method

public CreateTimer ( ) : void
return void

ExportToCSV() public method

public ExportToCSV ( ) : void
return void

GetGatewayAddress() public method

public GetGatewayAddress ( string mac ) : string
mac string
return string

GetMacAddressActiveNIC() public method

public GetMacAddressActiveNIC ( ) : string
return string

PingHost() public method

public PingHost ( MainWindow window, int pingValue ) : void
window MainWindow
pingValue int
return void

TimedPingEvent() public method

public TimedPingEvent ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

stopPing() public method

public stopPing ( ) : void
return void

Property Details

_completedPingCounter public_oe property

public int _completedPingCounter
return int

_pingCountValue public_oe static_oe property

public static int _pingCountValue
return int

_pingRoundTripSum public_oe property

public int _pingRoundTripSum
return int

_timer1 public_oe property

public DispatcherTimer,System.Windows.Threading _timer1
return System.Windows.Threading.DispatcherTimer

_window public_oe property

public MainWindow,tping_gui _window
return MainWindow