Interface PingRetryNumberAccessor

All Known Subinterfaces:
PingRetryNumberAccessor.PingRetryNumberProperty
All Known Implementing Classes:
TransmissionMetrics

public interface PingRetryNumberAccessor
Provides an accessor for a ping retry number. A ping retry number is the overall number of retries to use when counting retries.
  • Method Details

    • getPingRetryNumber

      int getPingRetryNumber()
      Retrieves the number of retries from the ping retry number. A ping retry number is the overall number of retries to use when counting retries.
      Returns:
      The number of retries stored by the ping retry number.