SensESP 3.0.0-beta.6
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::WiFiNetworkInfo Class Reference

WiFi Network Information storage class. More...

#include <sensesp/net/networking.h>

Public Member Functions

 WiFiNetworkInfo ()
 
 WiFiNetworkInfo (String ssid, int32_t rssi, uint8_t encryption, uint8_t *bssid, int32_t channel)
 
void as_json (JsonObject &doc)
 

Public Attributes

String ssid_
 
int32_t rssi_
 
uint8_t encryption_
 
uint8_t bssid_ [6]
 
int32_t channel_
 

Detailed Description

WiFi Network Information storage class.

Definition at line 213 of file networking.h.

Constructor & Destructor Documentation

◆ WiFiNetworkInfo() [1/2]

sensesp::WiFiNetworkInfo::WiFiNetworkInfo ( )
inline

Definition at line 215 of file networking.h.

◆ WiFiNetworkInfo() [2/2]

sensesp::WiFiNetworkInfo::WiFiNetworkInfo ( String ssid,
int32_t rssi,
uint8_t encryption,
uint8_t * bssid,
int32_t channel )
inline

Definition at line 217 of file networking.h.

Member Function Documentation

◆ as_json()

void sensesp::WiFiNetworkInfo::as_json ( JsonObject & doc)
inline

Definition at line 229 of file networking.h.

Member Data Documentation

◆ bssid_

uint8_t sensesp::WiFiNetworkInfo::bssid_[6]

Definition at line 226 of file networking.h.

◆ channel_

int32_t sensesp::WiFiNetworkInfo::channel_

Definition at line 227 of file networking.h.

◆ encryption_

uint8_t sensesp::WiFiNetworkInfo::encryption_

Definition at line 225 of file networking.h.

◆ rssi_

int32_t sensesp::WiFiNetworkInfo::rssi_

Definition at line 224 of file networking.h.

◆ ssid_

String sensesp::WiFiNetworkInfo::ssid_

Definition at line 223 of file networking.h.


The documentation for this class was generated from the following file: