C# Class AnimatGuiCtrls.Network.PingResponse

Datei anzeigen Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

Method Description
PingResponse ( ) : System
PingResponse ( int expectedResponses ) : System
PingResponse ( int packetsSent, int packetsReceived, int responseTimes ) : System

Method Details

PingResponse() public method

public PingResponse ( ) : System
return System

PingResponse() public method

public PingResponse ( int expectedResponses ) : System
expectedResponses int
return System

PingResponse() public method

public PingResponse ( int packetsSent, int packetsReceived, int responseTimes ) : System
packetsSent int
packetsReceived int
responseTimes int
return System