Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Gpio.1.h
T
2025-07-09 08:58:00 -07:00

78 lines
4.0 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_Gpio_1_H
#define WINRT_Windows_Devices_Gpio_1_H
#include "winrt/impl/Windows.Foundation.0.h"
#include "winrt/impl/Windows.Devices.Gpio.0.h"
WINRT_EXPORT namespace winrt::Windows::Devices::Gpio
{
struct WINRT_IMPL_EMPTY_BASES IGpioChangeCounter :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioChangeCounter>,
impl::require<winrt::Windows::Devices::Gpio::IGpioChangeCounter, winrt::Windows::Foundation::IClosable>
{
IGpioChangeCounter(std::nullptr_t = nullptr) noexcept {}
IGpioChangeCounter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioChangeCounterFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioChangeCounterFactory>
{
IGpioChangeCounterFactory(std::nullptr_t = nullptr) noexcept {}
IGpioChangeCounterFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioChangeReader :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioChangeReader>,
impl::require<winrt::Windows::Devices::Gpio::IGpioChangeReader, winrt::Windows::Foundation::IClosable>
{
IGpioChangeReader(std::nullptr_t = nullptr) noexcept {}
IGpioChangeReader(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioChangeReaderFactory :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioChangeReaderFactory>
{
IGpioChangeReaderFactory(std::nullptr_t = nullptr) noexcept {}
IGpioChangeReaderFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioController :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioController>
{
IGpioController(std::nullptr_t = nullptr) noexcept {}
IGpioController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioControllerStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioControllerStatics>
{
IGpioControllerStatics(std::nullptr_t = nullptr) noexcept {}
IGpioControllerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioControllerStatics2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioControllerStatics2>
{
IGpioControllerStatics2(std::nullptr_t = nullptr) noexcept {}
IGpioControllerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioPin :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioPin>,
impl::require<winrt::Windows::Devices::Gpio::IGpioPin, winrt::Windows::Foundation::IClosable>
{
IGpioPin(std::nullptr_t = nullptr) noexcept {}
IGpioPin(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IGpioPinValueChangedEventArgs :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IGpioPinValueChangedEventArgs>
{
IGpioPinValueChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
IGpioPinValueChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
}
#endif