C# 클래스 AnimatGuiCtrls.Network.PingResponse

파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

공개 메소드들

메소드 설명
PingResponse ( ) : System
PingResponse ( int expectedResponses ) : System
PingResponse ( int packetsSent, int packetsReceived, int responseTimes ) : System

메소드 상세

PingResponse() 공개 메소드

public PingResponse ( ) : System
리턴 System

PingResponse() 공개 메소드

public PingResponse ( int expectedResponses ) : System
expectedResponses int
리턴 System

PingResponse() 공개 메소드

public PingResponse ( int packetsSent, int packetsReceived, int responseTimes ) : System
packetsSent int
packetsReceived int
responseTimes int
리턴 System