diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-12 18:23:24 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-12 18:23:24 +0200 |
| commit | d9a89773f2f283fbf5596799dd4d50d231817203 (patch) | |
| tree | d213bc8024342356dc54654235b77decbdbd26b8 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connectivity | |
| parent | de0b06ac48e9765914f4e07c0e03497033066296 (diff) | |
| download | Tango-d9a89773f2f283fbf5596799dd4d50d231817203.tar.gz Tango-d9a89773f2f283fbf5596799dd4d50d231817203.zip | |
IHotSpot Provider & IRemoteAssistance Provider.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connectivity')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Connectivity/IConnectivityProvider.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connectivity/IConnectivityProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connectivity/IConnectivityProvider.cs index 077f05110..85c25128a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connectivity/IConnectivityProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connectivity/IConnectivityProvider.cs @@ -79,23 +79,5 @@ namespace Tango.PPC.Common.Connectivity /// <param name="network">The network.</param> /// <returns></returns> void Disconnect(WiFiNetwork network); - - /// <summary> - /// Gets a value indicating whether the hot spot network is active. - /// </summary> - bool IsHotspotActive { get; } - - /// <summary> - /// Enables the hot spot. - /// </summary> - /// <param name="password">The password.</param> - /// <returns></returns> - Task EnableHotSpot(String password); - - /// <summary> - /// Disables the hot spot. - /// </summary> - /// <returns></returns> - Task DisableHotSpot(); } } |
