C# 클래스 Telemachus.UpLinkDownLinkRate

파일 보기 프로젝트 열기: KSP-Telemachus/Telemachus 1 사용 예제들

공개 메소드들

메소드 설명
RecieveDataFromClient ( int bytes ) : void

Add a data point for bytes recieved from the client (UPlink)

SendDataToClient ( int bytes ) : void

Add a data point for bytes sent to the client (DOWNlink)

UpLinkDownLinkRate ( ) : System
UpLinkDownLinkRate ( int averageSize ) : System
getDownLinkRate ( ) : double
getUpLinkRate ( ) : double

비공개 메소드들

메소드 설명
addGuardedPoint ( System.DateTime time, int bytes, int>.LinkedList rate ) : void
average ( int>.LinkedList rate ) : double

메소드 상세

RecieveDataFromClient() 공개 메소드

Add a data point for bytes recieved from the client (UPlink)
public RecieveDataFromClient ( int bytes ) : void
bytes int
리턴 void

SendDataToClient() 공개 메소드

Add a data point for bytes sent to the client (DOWNlink)
public SendDataToClient ( int bytes ) : void
bytes int
리턴 void

UpLinkDownLinkRate() 공개 메소드

public UpLinkDownLinkRate ( ) : System
리턴 System

UpLinkDownLinkRate() 공개 메소드

public UpLinkDownLinkRate ( int averageSize ) : System
averageSize int
리턴 System

getDownLinkRate() 공개 메소드

public getDownLinkRate ( ) : double
리턴 double

getUpLinkRate() 공개 메소드

public getUpLinkRate ( ) : double
리턴 double