|
roo_wifi
API Documentation for roo_wifi
|
Summary of a scanned network. More...
#include <controller.h>
Public Member Functions | |
| Network () | |
Data Fields | |
| std::string | ssid |
| bool | open |
| int8_t | rssi |
Summary of a scanned network.
Definition at line 20 of file controller.h.
|
inline |
Definition at line 21 of file controller.h.
| bool roo_wifi::Controller::Network::open |
Definition at line 24 of file controller.h.
Referenced by roo_wifi::Controller::connect().
| int8_t roo_wifi::Controller::Network::rssi |
Definition at line 25 of file controller.h.
Referenced by roo_wifi::Controller::connect().
| std::string roo_wifi::Controller::Network::ssid |
Definition at line 23 of file controller.h.