mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
nearby sdk refactor
PiperOrigin-RevId: 425434260
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_Devices_WiFi_2_H
|
||||
#define WINRT_Windows_Devices_WiFi_2_H
|
||||
#include "winrt/impl/Windows.Devices.WiFi.1.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::Devices::WiFi
|
||||
{
|
||||
struct __declspec(empty_bases) WiFiAdapter : winrt::Windows::Devices::WiFi::IWiFiAdapter,
|
||||
impl::require<WiFiAdapter, winrt::Windows::Devices::WiFi::IWiFiAdapter2>
|
||||
{
|
||||
WiFiAdapter(std::nullptr_t) noexcept {}
|
||||
WiFiAdapter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::WiFi::IWiFiAdapter(ptr, take_ownership_from_abi) {}
|
||||
using winrt::Windows::Devices::WiFi::IWiFiAdapter::ConnectAsync;
|
||||
using impl::consume_t<WiFiAdapter, winrt::Windows::Devices::WiFi::IWiFiAdapter2>::ConnectAsync;
|
||||
static auto FindAllAdaptersAsync();
|
||||
static auto GetDeviceSelector();
|
||||
static auto FromIdAsync(param::hstring const& deviceId);
|
||||
static auto RequestAccessAsync();
|
||||
};
|
||||
struct __declspec(empty_bases) WiFiAvailableNetwork : winrt::Windows::Devices::WiFi::IWiFiAvailableNetwork
|
||||
{
|
||||
WiFiAvailableNetwork(std::nullptr_t) noexcept {}
|
||||
WiFiAvailableNetwork(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::WiFi::IWiFiAvailableNetwork(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) WiFiConnectionResult : winrt::Windows::Devices::WiFi::IWiFiConnectionResult
|
||||
{
|
||||
WiFiConnectionResult(std::nullptr_t) noexcept {}
|
||||
WiFiConnectionResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::WiFi::IWiFiConnectionResult(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) WiFiNetworkReport : winrt::Windows::Devices::WiFi::IWiFiNetworkReport
|
||||
{
|
||||
WiFiNetworkReport(std::nullptr_t) noexcept {}
|
||||
WiFiNetworkReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::WiFi::IWiFiNetworkReport(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) WiFiWpsConfigurationResult : winrt::Windows::Devices::WiFi::IWiFiWpsConfigurationResult
|
||||
{
|
||||
WiFiWpsConfigurationResult(std::nullptr_t) noexcept {}
|
||||
WiFiWpsConfigurationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::WiFi::IWiFiWpsConfigurationResult(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user