WiFi Network Information storage class.
More...
#include <sensesp/net/networking.h>
WiFi Network Information storage class.
Definition at line 213 of file networking.h.
◆ WiFiNetworkInfo() [1/2]
sensesp::WiFiNetworkInfo::WiFiNetworkInfo |
( |
| ) |
|
|
inline |
◆ WiFiNetworkInfo() [2/2]
sensesp::WiFiNetworkInfo::WiFiNetworkInfo |
( |
String | ssid, |
|
|
int32_t | rssi, |
|
|
uint8_t | encryption, |
|
|
uint8_t * | bssid, |
|
|
int32_t | channel ) |
|
inline |
◆ as_json()
void sensesp::WiFiNetworkInfo::as_json |
( |
JsonObject & | doc | ) |
|
|
inline |
◆ bssid_
uint8_t sensesp::WiFiNetworkInfo::bssid_[6] |
◆ channel_
int32_t sensesp::WiFiNetworkInfo::channel_ |
◆ encryption_
uint8_t sensesp::WiFiNetworkInfo::encryption_ |
◆ rssi_
int32_t sensesp::WiFiNetworkInfo::rssi_ |
◆ ssid_
String sensesp::WiFiNetworkInfo::ssid_ |
The documentation for this class was generated from the following file: