Class WiFi.ConnectToNetwork

All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>
Enclosing class:
WiFi

public static class WiFi.ConnectToNetwork extends SetCommand
Connect to network
  • Constructor Details

    • ConnectToNetwork

      public ConnectToNetwork(String networkSSID, NetworkSecurity networkSecurity, @Nullable String password)
      Connect to network
      Parameters:
      networkSSID - The network SSID
      networkSecurity - The network security
      password - The network password
  • Method Details

    • getNetworkSSID

      public Property<String> getNetworkSSID()
      Returns:
      The network ssid
    • getNetworkSecurity

      public Property<NetworkSecurity> getNetworkSecurity()
      Returns:
      The network security
    • getPassword

      public Property<String> getPassword()
      Returns:
      The password