My Project
 All Classes Functions Variables Pages
Public Member Functions | Friends | List of all members
WiFiAPRecord Class Reference

Manage mDNS server. More...

#include <WiFi.h>

Public Member Functions

wifi_auth_mode_t getAuthMode ()
 Get the auth mode. More...
 
int8_t getRSSI ()
 Get the RSSI. More...
 
std::string getSSID ()
 Get the SSID. More...
 
std::string toString ()
 Return a string representation of the WiFi access point record. More...
 

Friends

class WiFi
 

Detailed Description

Manage mDNS server.

Member Function Documentation

wifi_auth_mode_t WiFiAPRecord::getAuthMode ( )
inline

Get the auth mode.

Returns
The auth mode.
int8_t WiFiAPRecord::getRSSI ( )
inline

Get the RSSI.

Returns
the RSSI.
std::string WiFiAPRecord::getSSID ( )
inline

Get the SSID.

Returns
the SSID.
std::string WiFiAPRecord::toString ( )

Return a string representation of the WiFi access point record.

Returns
A string representation of the WiFi access point record.

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