SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
discovery.h
Go to the documentation of this file.
1#ifndef _discovery_H_
2#define _discovery_H_
3
5
6namespace sensesp {
7
8class MDNSDiscovery : public Startable {
9 public:
11 virtual void start() override;
12};
13
14} // namespace sensesp
15
16#endif
virtual void start() override
Definition discovery.cpp:10
Automatic calling of the start() method at startup.
Definition startable.h:20