Package org.kobe.xbot.Utilities
Class LatencyInfo
java.lang.Object
org.kobe.xbot.Utilities.LatencyInfo
-
Constructor Summary
ConstructorsConstructorDescriptionLatencyInfo(double networkLatencyMS, double roundTripLatencyMS, SystemStatistics systemStatistics) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublevoidsetNetworkLatencyMS(double networkLatencyMS) voidsetRoundTripLatencyMS(double roundTripLatencyMS) voidsetSystemStatistics(SystemStatistics systemStatistics)
-
Constructor Details
-
LatencyInfo
public LatencyInfo(double networkLatencyMS, double roundTripLatencyMS, SystemStatistics systemStatistics)
-
-
Method Details
-
getNetworkLatencyMS
public double getNetworkLatencyMS() -
setNetworkLatencyMS
public void setNetworkLatencyMS(double networkLatencyMS) -
getRoundTripLatencyMS
public double getRoundTripLatencyMS() -
setRoundTripLatencyMS
public void setRoundTripLatencyMS(double roundTripLatencyMS) -
getSystemStatistics
-
setSystemStatistics
-