Interface Beaconing.Builder

  • Method Details

    • dataRate

      Beaconing.Builder dataRate(Integer dataRate)

      The data rate for gateways that are sending the beacons.

      Parameters:
      dataRate - The data rate for gateways that are sending the beacons.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • frequencies

      Beaconing.Builder frequencies(Collection<Integer> frequencies)

      The frequency list for the gateways to send the beacons.

      Parameters:
      frequencies - The frequency list for the gateways to send the beacons.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • frequencies

      Beaconing.Builder frequencies(Integer... frequencies)

      The frequency list for the gateways to send the beacons.

      Parameters:
      frequencies - The frequency list for the gateways to send the beacons.
      Returns:
      Returns a reference to this object so that method calls can be chained together.