ESP8266 WiFi Participant
Loading...
Searching...
No Matches
DummyWifiDependent Class Reference

Dummy implementation of a WifiDependent. More...

#include <dummy-wifi-dependent.hpp>

Inheritance diagram for DummyWifiDependent:
WifiDependent

Public Member Functions

void onWifiConnectionEstablished () override
 
void onWifiConnectionLost () override
 
- Public Member Functions inherited from WifiDependent

Detailed Description

Dummy implementation of a WifiDependent.

Just a dummy implementation of a WifiDependent that does nothing but logging the respective events.

Member Function Documentation

◆ onWifiConnectionEstablished()

void DummyWifiDependent::onWifiConnectionEstablished ( )
overridevirtual

Logs in case of an established WiFi connection.

Implements WifiDependent.

◆ onWifiConnectionLost()

void DummyWifiDependent::onWifiConnectionLost ( )
overridevirtual

Logs in case of an lost WiFi connection.

Reimplemented from WifiDependent.


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