Package com.biglybt.ui.swt.core.pairing
Class PMSWTImpl.RemoteHistoryEntry
java.lang.Object
com.biglybt.ui.swt.core.pairing.PMSWTImpl.RemoteHistoryEntry
- Enclosing class:
- PMSWTImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private long
private boolean
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate long
private long
private int
private void
update
(boolean good) private boolean
-
Field Details
-
last_received_mono
private long last_received_mono -
last_received_rtc
private long last_received_rtc -
request_count
private int request_count -
last_was_good
private boolean last_was_good
-
-
Constructor Details
-
RemoteHistoryEntry
private RemoteHistoryEntry()
-
-
Method Details
-
getLastReceivedMono
private long getLastReceivedMono() -
getLastReceivedRTC
private long getLastReceivedRTC() -
getRequestCount
private int getRequestCount() -
wasLastGood
private boolean wasLastGood() -
update
private void update(boolean good)
-