roo_wifi
API Documentation for roo_wifi
Loading...
Searching...
No Matches
roo_wifi::Controller::Network Struct Reference

Summary of a scanned network. More...

#include <controller.h>

Public Member Functions

 Network ()
 

Data Fields

std::string ssid
 
bool open
 
int8_t rssi
 

Detailed Description

Summary of a scanned network.

Definition at line 20 of file controller.h.

Constructor & Destructor Documentation

◆ Network()

roo_wifi::Controller::Network::Network ( )
inline

Definition at line 21 of file controller.h.

Field Documentation

◆ open

bool roo_wifi::Controller::Network::open

Definition at line 24 of file controller.h.

Referenced by roo_wifi::Controller::connect().

◆ rssi

int8_t roo_wifi::Controller::Network::rssi

Definition at line 25 of file controller.h.

Referenced by roo_wifi::Controller::connect().

◆ ssid

std::string roo_wifi::Controller::Network::ssid

Definition at line 23 of file controller.h.


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