Storage object for WiFi access point settings.
More...
#include <sensesp/net/networking.h>
|
| | AccessPointSettings (bool enabled=true, String ssid="", String password="", int channel=9, bool hidden=false, bool captive_portal_enabled=true) |
| |
| void | as_json (JsonObject &doc) |
| |
Storage object for WiFi access point settings.
Definition at line 114 of file networking.h.
◆ AccessPointSettings()
| sensesp::AccessPointSettings::AccessPointSettings |
( |
bool | enabled = true, |
|
|
String | ssid = "", |
|
|
String | password = "", |
|
|
int | channel = 9, |
|
|
bool | hidden = false, |
|
|
bool | captive_portal_enabled = true ) |
|
inline |
◆ as_json()
| void sensesp::AccessPointSettings::as_json |
( |
JsonObject & | doc | ) |
|
|
inline |
◆ from_json()
◆ captive_portal_enabled_
| bool sensesp::AccessPointSettings::captive_portal_enabled_ = true |
◆ channel_
| int sensesp::AccessPointSettings::channel_ |
◆ enabled_
| bool sensesp::AccessPointSettings::enabled_ |
◆ hidden_
| bool sensesp::AccessPointSettings::hidden_ |
◆ password_
| String sensesp::AccessPointSettings::password_ |
◆ ssid_
| String sensesp::AccessPointSettings::ssid_ |
The documentation for this class was generated from the following file: