C# Class AnimatGuiCtrls.Network.PingResponse

Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Méthodes publiques

Méthode Description
PingResponse ( ) : System
PingResponse ( int expectedResponses ) : System
PingResponse ( int packetsSent, int packetsReceived, int responseTimes ) : System

Method Details

PingResponse() public méthode

public PingResponse ( ) : System
Résultat System

PingResponse() public méthode

public PingResponse ( int expectedResponses ) : System
expectedResponses int
Résultat System

PingResponse() public méthode

public PingResponse ( int packetsSent, int packetsReceived, int responseTimes ) : System
packetsSent int
packetsReceived int
responseTimes int
Résultat System