Wi-Fi Hotspot UI
This commit is contained in:
@@ -30,7 +30,6 @@ namespace pipedal {
|
||||
HotspotManager(HotspotManager&&) = delete;
|
||||
HotspotManager & operator=(const HotspotManager&) = delete;
|
||||
HotspotManager & operator=(const HotspotManager&&) = delete;
|
||||
|
||||
protected:
|
||||
|
||||
HotspotManager() {} // use Create().
|
||||
@@ -47,6 +46,9 @@ namespace pipedal {
|
||||
virtual void Reload() = 0;
|
||||
virtual void Close() = 0;
|
||||
|
||||
virtual std::vector<std::string> GetKnownWifiNetworks() = 0;
|
||||
|
||||
|
||||
using NetworkChangingListener = std::function<void(bool ethernetConnected,bool hotspotEnabled)>;
|
||||
|
||||
virtual void SetNetworkChangingListener(NetworkChangingListener &&listener) = 0;
|
||||
|
||||
Reference in New Issue
Block a user