Interface ReadyToSendTimeoutInMsAccessor.ReadyToSendTimeoutInMsMutator

All Known Subinterfaces:
ReadyToSendTimeoutInMsAccessor.ReadyToSendTimeoutInMsProperty
All Known Implementing Classes:
TransmissionMetricsBuilder
Enclosing interface:
ReadyToSendTimeoutInMsAccessor

public static interface ReadyToSendTimeoutInMsAccessor.ReadyToSendTimeoutInMsMutator
Provides a mutator for a RTS ("ready-to-send") timeout in milliseconds property.
  • Method Summary

    Modifier and Type Method Description
    void setReadyToSendTimeoutInMs​(long aReadyToSendTimeoutInMs)
    The RTS ("ready-to-send") timeout attribute in milliseconds.
  • Method Details

    • setReadyToSendTimeoutInMs

      void setReadyToSendTimeoutInMs​(long aReadyToSendTimeoutInMs)
      The RTS ("ready-to-send") timeout attribute in milliseconds.
      Parameters:
      aReadyToSendTimeoutInMs - An integer with the RTS ("ready-to-send") timeout in milliseconds.