Storage object for WiFi client settings.
More...
#include <sensesp/net/networking.h>
|
| | ClientSSIDConfig (String ssid="", String password="", bool use_dhcp=true, IPAddress ip=IPAddress(169, 254, 0, 1), IPAddress netmask=IPAddress(255, 255, 255, 0), IPAddress gateway=IPAddress(192, 168, 0, 1), IPAddress dns_server=IPAddress(8, 8, 8, 8)) |
| |
| void | as_json (JsonObject &doc) |
| |
Storage object for WiFi client settings.
Definition at line 163 of file networking.h.
◆ ClientSSIDConfig()
| sensesp::ClientSSIDConfig::ClientSSIDConfig |
( |
String | ssid = "", |
|
|
String | password = "", |
|
|
bool | use_dhcp = true, |
|
|
IPAddress | ip = IPAddress(169, 254, 0, 1), |
|
|
IPAddress | netmask = IPAddress(255, 255, 255, 0), |
|
|
IPAddress | gateway = IPAddress(192, 168, 0, 1), |
|
|
IPAddress | dns_server = IPAddress(8, 8, 8, 8) ) |
|
inline |
◆ as_json()
| void sensesp::ClientSSIDConfig::as_json |
( |
JsonObject & | doc | ) |
|
|
inline |
◆ from_json()
| static ClientSSIDConfig sensesp::ClientSSIDConfig::from_json |
( |
const JsonObject & | json | ) |
|
|
inlinestatic |
◆ dns_server_
| IPAddress sensesp::ClientSSIDConfig::dns_server_ |
◆ gateway_
| IPAddress sensesp::ClientSSIDConfig::gateway_ |
◆ ip_
| IPAddress sensesp::ClientSSIDConfig::ip_ |
◆ netmask_
| IPAddress sensesp::ClientSSIDConfig::netmask_ |
◆ password_
| String sensesp::ClientSSIDConfig::password_ |
◆ ssid_
| String sensesp::ClientSSIDConfig::ssid_ |
◆ use_dhcp_
| bool sensesp::ClientSSIDConfig::use_dhcp_ |
The documentation for this class was generated from the following file: