mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
28 lines
1.3 KiB
C++
28 lines
1.3 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Devices_Pwm_2_H
|
|
#define WINRT_Windows_Devices_Pwm_2_H
|
|
#include "winrt/impl/Windows.Devices.Pwm.Provider.1.h"
|
|
#include "winrt/impl/Windows.Foundation.1.h"
|
|
#include "winrt/impl/Windows.Devices.Pwm.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::Pwm
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES PwmController : winrt::Windows::Devices::Pwm::IPwmController
|
|
{
|
|
PwmController(std::nullptr_t) noexcept {}
|
|
PwmController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Pwm::IPwmController(ptr, take_ownership_from_abi) {}
|
|
static auto GetControllersAsync(winrt::Windows::Devices::Pwm::Provider::IPwmProvider const& provider);
|
|
static auto GetDefaultAsync();
|
|
static auto GetDeviceSelector();
|
|
static auto GetDeviceSelector(param::hstring const& friendlyName);
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES PwmPin : winrt::Windows::Devices::Pwm::IPwmPin
|
|
{
|
|
PwmPin(std::nullptr_t) noexcept {}
|
|
PwmPin(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Pwm::IPwmPin(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|