Interface WiFiSimpleSetupConfiguration.Builder

  • Method Details

    • enableAsProvisioner

      WiFiSimpleSetupConfiguration.Builder enableAsProvisioner(Boolean enableAsProvisioner)

      Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.

      Parameters:
      enableAsProvisioner - Indicates whether the device can act as a provisioner in Wi-Fi Simple Setup, allowing it to configure other devices.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enableAsProvisionee

      WiFiSimpleSetupConfiguration.Builder enableAsProvisionee(Boolean enableAsProvisionee)

      Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.

      Parameters:
      enableAsProvisionee - Indicates whether the device can act as a provisionee in Wi-Fi Simple Setup, allowing it to be configured by other devices.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeoutInMinutes

      WiFiSimpleSetupConfiguration.Builder timeoutInMinutes(Integer timeoutInMinutes)

      The timeout duration in minutes for Wi-Fi Simple Setup. Valid range is 5 to 15 minutes.

      Parameters:
      timeoutInMinutes - The timeout duration in minutes for Wi-Fi Simple Setup. Valid range is 5 to 15 minutes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.