Interface FPorts.Builder

    • Method Detail

      • fuota

        FPorts.Builder fuota​(Integer fuota)
        Sets the value of the Fuota property for this object.
        Parameters:
        fuota - The new value for the Fuota property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multicast

        FPorts.Builder multicast​(Integer multicast)
        Sets the value of the Multicast property for this object.
        Parameters:
        multicast - The new value for the Multicast property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clockSync

        FPorts.Builder clockSync​(Integer clockSync)
        Sets the value of the ClockSync property for this object.
        Parameters:
        clockSync - The new value for the ClockSync property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • positioning

        FPorts.Builder positioning​(Positioning positioning)

        FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

        Parameters:
        positioning - FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        FPorts.Builder applications​(Collection<ApplicationConfig> applications)

        Optional LoRaWAN application information, which can be used for geolocation.

        Parameters:
        applications - Optional LoRaWAN application information, which can be used for geolocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        FPorts.Builder applications​(ApplicationConfig... applications)

        Optional LoRaWAN application information, which can be used for geolocation.

        Parameters:
        applications - Optional LoRaWAN application information, which can be used for geolocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.