Class PMSWTImpl.RemoteHistoryEntry

java.lang.Object
com.biglybt.ui.swt.core.pairing.PMSWTImpl.RemoteHistoryEntry
Enclosing class:
PMSWTImpl

private static class PMSWTImpl.RemoteHistoryEntry extends Object
  • 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)