mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
55 lines
2.7 KiB
C++
55 lines
2.7 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_I2c_1_H
|
|
#define WINRT_Windows_Devices_I2c_1_H
|
|
#include "winrt/impl/Windows.Foundation.0.h"
|
|
#include "winrt/impl/Windows.Devices.I2c.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::I2c
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES II2cConnectionSettings :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<II2cConnectionSettings>
|
|
{
|
|
II2cConnectionSettings(std::nullptr_t = nullptr) noexcept {}
|
|
II2cConnectionSettings(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES II2cConnectionSettingsFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<II2cConnectionSettingsFactory>
|
|
{
|
|
II2cConnectionSettingsFactory(std::nullptr_t = nullptr) noexcept {}
|
|
II2cConnectionSettingsFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES II2cController :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<II2cController>
|
|
{
|
|
II2cController(std::nullptr_t = nullptr) noexcept {}
|
|
II2cController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES II2cControllerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<II2cControllerStatics>
|
|
{
|
|
II2cControllerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
II2cControllerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES II2cDevice :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<II2cDevice>,
|
|
impl::require<winrt::Windows::Devices::I2c::II2cDevice, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
II2cDevice(std::nullptr_t = nullptr) noexcept {}
|
|
II2cDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES II2cDeviceStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<II2cDeviceStatics>
|
|
{
|
|
II2cDeviceStatics(std::nullptr_t = nullptr) noexcept {}
|
|
II2cDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|