C# Class Telemachus.UpLinkDownLinkRate

Afficher le fichier Open project: KSP-Telemachus/Telemachus Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
addGuardedPoint ( System.DateTime time, int bytes, int>.LinkedList rate ) : void
average ( int>.LinkedList rate ) : double

Method Details

RecieveDataFromClient() public méthode

Add a data point for bytes recieved from the client (UPlink)
public RecieveDataFromClient ( int bytes ) : void
bytes int
Résultat void

SendDataToClient() public méthode

Add a data point for bytes sent to the client (DOWNlink)
public SendDataToClient ( int bytes ) : void
bytes int
Résultat void

UpLinkDownLinkRate() public méthode

public UpLinkDownLinkRate ( ) : System
Résultat System

UpLinkDownLinkRate() public méthode

public UpLinkDownLinkRate ( int averageSize ) : System
averageSize int
Résultat System

getDownLinkRate() public méthode

public getDownLinkRate ( ) : double
Résultat double

getUpLinkRate() public méthode

public getUpLinkRate ( ) : double
Résultat double