mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
767 lines
59 KiB
C++
767 lines
59 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
|
|
|
|
#ifndef WINRT_Windows_Devices_PointOfService_2_H
|
|
#define WINRT_Windows_Devices_PointOfService_2_H
|
|
#include "winrt/impl/Windows.Foundation.1.h"
|
|
#include "winrt/impl/Windows.Storage.Streams.1.h"
|
|
#include "winrt/impl/Windows.Devices.PointOfService.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::PointOfService
|
|
{
|
|
struct SizeUInt32
|
|
{
|
|
uint32_t Width;
|
|
uint32_t Height;
|
|
};
|
|
inline bool operator==(SizeUInt32 const& left, SizeUInt32 const& right) noexcept
|
|
{
|
|
return left.Width == right.Width && left.Height == right.Height;
|
|
}
|
|
inline bool operator!=(SizeUInt32 const& left, SizeUInt32 const& right) noexcept
|
|
{
|
|
return !(left == right);
|
|
}
|
|
struct __declspec(empty_bases) BarcodeScanner : winrt::Windows::Devices::PointOfService::IBarcodeScanner,
|
|
impl::require<BarcodeScanner, winrt::Windows::Devices::PointOfService::IBarcodeScanner2, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
BarcodeScanner(std::nullptr_t) noexcept {}
|
|
BarcodeScanner(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeScanner(ptr, take_ownership_from_abi) {}
|
|
BarcodeScanner(BarcodeScanner const&) noexcept = default;
|
|
BarcodeScanner(BarcodeScanner&&) noexcept = default;
|
|
BarcodeScanner& operator=(BarcodeScanner const&) & noexcept = default;
|
|
BarcodeScanner& operator=(BarcodeScanner&&) & noexcept = default;
|
|
static auto GetDefaultAsync();
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
static auto GetDeviceSelector();
|
|
static auto GetDeviceSelector(winrt::Windows::Devices::PointOfService::PosConnectionTypes const& connectionTypes);
|
|
};
|
|
struct __declspec(empty_bases) BarcodeScannerCapabilities : winrt::Windows::Devices::PointOfService::IBarcodeScannerCapabilities,
|
|
impl::require<BarcodeScannerCapabilities, winrt::Windows::Devices::PointOfService::IBarcodeScannerCapabilities1, winrt::Windows::Devices::PointOfService::IBarcodeScannerCapabilities2>
|
|
{
|
|
BarcodeScannerCapabilities(std::nullptr_t) noexcept {}
|
|
BarcodeScannerCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeScannerCapabilities(ptr, take_ownership_from_abi) {}
|
|
BarcodeScannerCapabilities(BarcodeScannerCapabilities const&) noexcept = default;
|
|
BarcodeScannerCapabilities(BarcodeScannerCapabilities&&) noexcept = default;
|
|
BarcodeScannerCapabilities& operator=(BarcodeScannerCapabilities const&) & noexcept = default;
|
|
BarcodeScannerCapabilities& operator=(BarcodeScannerCapabilities&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) BarcodeScannerDataReceivedEventArgs : winrt::Windows::Devices::PointOfService::IBarcodeScannerDataReceivedEventArgs
|
|
{
|
|
BarcodeScannerDataReceivedEventArgs(std::nullptr_t) noexcept {}
|
|
BarcodeScannerDataReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeScannerDataReceivedEventArgs(ptr, take_ownership_from_abi) {}
|
|
BarcodeScannerDataReceivedEventArgs(BarcodeScannerDataReceivedEventArgs const&) noexcept = default;
|
|
BarcodeScannerDataReceivedEventArgs(BarcodeScannerDataReceivedEventArgs&&) noexcept = default;
|
|
BarcodeScannerDataReceivedEventArgs& operator=(BarcodeScannerDataReceivedEventArgs const&) & noexcept = default;
|
|
BarcodeScannerDataReceivedEventArgs& operator=(BarcodeScannerDataReceivedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) BarcodeScannerErrorOccurredEventArgs : winrt::Windows::Devices::PointOfService::IBarcodeScannerErrorOccurredEventArgs
|
|
{
|
|
BarcodeScannerErrorOccurredEventArgs(std::nullptr_t) noexcept {}
|
|
BarcodeScannerErrorOccurredEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeScannerErrorOccurredEventArgs(ptr, take_ownership_from_abi) {}
|
|
BarcodeScannerErrorOccurredEventArgs(BarcodeScannerErrorOccurredEventArgs const&) noexcept = default;
|
|
BarcodeScannerErrorOccurredEventArgs(BarcodeScannerErrorOccurredEventArgs&&) noexcept = default;
|
|
BarcodeScannerErrorOccurredEventArgs& operator=(BarcodeScannerErrorOccurredEventArgs const&) & noexcept = default;
|
|
BarcodeScannerErrorOccurredEventArgs& operator=(BarcodeScannerErrorOccurredEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) BarcodeScannerImagePreviewReceivedEventArgs : winrt::Windows::Devices::PointOfService::IBarcodeScannerImagePreviewReceivedEventArgs
|
|
{
|
|
BarcodeScannerImagePreviewReceivedEventArgs(std::nullptr_t) noexcept {}
|
|
BarcodeScannerImagePreviewReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeScannerImagePreviewReceivedEventArgs(ptr, take_ownership_from_abi) {}
|
|
BarcodeScannerImagePreviewReceivedEventArgs(BarcodeScannerImagePreviewReceivedEventArgs const&) noexcept = default;
|
|
BarcodeScannerImagePreviewReceivedEventArgs(BarcodeScannerImagePreviewReceivedEventArgs&&) noexcept = default;
|
|
BarcodeScannerImagePreviewReceivedEventArgs& operator=(BarcodeScannerImagePreviewReceivedEventArgs const&) & noexcept = default;
|
|
BarcodeScannerImagePreviewReceivedEventArgs& operator=(BarcodeScannerImagePreviewReceivedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) BarcodeScannerReport : winrt::Windows::Devices::PointOfService::IBarcodeScannerReport
|
|
{
|
|
BarcodeScannerReport(std::nullptr_t) noexcept {}
|
|
BarcodeScannerReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeScannerReport(ptr, take_ownership_from_abi) {}
|
|
BarcodeScannerReport(uint32_t scanDataType, winrt::Windows::Storage::Streams::IBuffer const& scanData, winrt::Windows::Storage::Streams::IBuffer const& scanDataLabel);
|
|
BarcodeScannerReport(BarcodeScannerReport const&) noexcept = default;
|
|
BarcodeScannerReport(BarcodeScannerReport&&) noexcept = default;
|
|
BarcodeScannerReport& operator=(BarcodeScannerReport const&) & noexcept = default;
|
|
BarcodeScannerReport& operator=(BarcodeScannerReport&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) BarcodeScannerStatusUpdatedEventArgs : winrt::Windows::Devices::PointOfService::IBarcodeScannerStatusUpdatedEventArgs
|
|
{
|
|
BarcodeScannerStatusUpdatedEventArgs(std::nullptr_t) noexcept {}
|
|
BarcodeScannerStatusUpdatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeScannerStatusUpdatedEventArgs(ptr, take_ownership_from_abi) {}
|
|
BarcodeScannerStatusUpdatedEventArgs(BarcodeScannerStatusUpdatedEventArgs const&) noexcept = default;
|
|
BarcodeScannerStatusUpdatedEventArgs(BarcodeScannerStatusUpdatedEventArgs&&) noexcept = default;
|
|
BarcodeScannerStatusUpdatedEventArgs& operator=(BarcodeScannerStatusUpdatedEventArgs const&) & noexcept = default;
|
|
BarcodeScannerStatusUpdatedEventArgs& operator=(BarcodeScannerStatusUpdatedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct BarcodeSymbologies
|
|
{
|
|
BarcodeSymbologies() = delete;
|
|
[[nodiscard]] static auto Unknown();
|
|
[[nodiscard]] static auto Ean8();
|
|
[[nodiscard]] static auto Ean8Add2();
|
|
[[nodiscard]] static auto Ean8Add5();
|
|
[[nodiscard]] static auto Eanv();
|
|
[[nodiscard]] static auto EanvAdd2();
|
|
[[nodiscard]] static auto EanvAdd5();
|
|
[[nodiscard]] static auto Ean13();
|
|
[[nodiscard]] static auto Ean13Add2();
|
|
[[nodiscard]] static auto Ean13Add5();
|
|
[[nodiscard]] static auto Isbn();
|
|
[[nodiscard]] static auto IsbnAdd5();
|
|
[[nodiscard]] static auto Ismn();
|
|
[[nodiscard]] static auto IsmnAdd2();
|
|
[[nodiscard]] static auto IsmnAdd5();
|
|
[[nodiscard]] static auto Issn();
|
|
[[nodiscard]] static auto IssnAdd2();
|
|
[[nodiscard]] static auto IssnAdd5();
|
|
[[nodiscard]] static auto Ean99();
|
|
[[nodiscard]] static auto Ean99Add2();
|
|
[[nodiscard]] static auto Ean99Add5();
|
|
[[nodiscard]] static auto Upca();
|
|
[[nodiscard]] static auto UpcaAdd2();
|
|
[[nodiscard]] static auto UpcaAdd5();
|
|
[[nodiscard]] static auto Upce();
|
|
[[nodiscard]] static auto UpceAdd2();
|
|
[[nodiscard]] static auto UpceAdd5();
|
|
[[nodiscard]] static auto UpcCoupon();
|
|
[[nodiscard]] static auto TfStd();
|
|
[[nodiscard]] static auto TfDis();
|
|
[[nodiscard]] static auto TfInt();
|
|
[[nodiscard]] static auto TfInd();
|
|
[[nodiscard]] static auto TfMat();
|
|
[[nodiscard]] static auto TfIata();
|
|
[[nodiscard]] static auto Gs1DatabarType1();
|
|
[[nodiscard]] static auto Gs1DatabarType2();
|
|
[[nodiscard]] static auto Gs1DatabarType3();
|
|
[[nodiscard]] static auto Code39();
|
|
[[nodiscard]] static auto Code39Ex();
|
|
[[nodiscard]] static auto Trioptic39();
|
|
[[nodiscard]] static auto Code32();
|
|
[[nodiscard]] static auto Pzn();
|
|
[[nodiscard]] static auto Code93();
|
|
[[nodiscard]] static auto Code93Ex();
|
|
[[nodiscard]] static auto Code128();
|
|
[[nodiscard]] static auto Gs1128();
|
|
[[nodiscard]] static auto Gs1128Coupon();
|
|
[[nodiscard]] static auto UccEan128();
|
|
[[nodiscard]] static auto Sisac();
|
|
[[nodiscard]] static auto Isbt();
|
|
[[nodiscard]] static auto Codabar();
|
|
[[nodiscard]] static auto Code11();
|
|
[[nodiscard]] static auto Msi();
|
|
[[nodiscard]] static auto Plessey();
|
|
[[nodiscard]] static auto Telepen();
|
|
[[nodiscard]] static auto Code16k();
|
|
[[nodiscard]] static auto CodablockA();
|
|
[[nodiscard]] static auto CodablockF();
|
|
[[nodiscard]] static auto Codablock128();
|
|
[[nodiscard]] static auto Code49();
|
|
[[nodiscard]] static auto Aztec();
|
|
[[nodiscard]] static auto DataCode();
|
|
[[nodiscard]] static auto DataMatrix();
|
|
[[nodiscard]] static auto HanXin();
|
|
[[nodiscard]] static auto Maxicode();
|
|
[[nodiscard]] static auto MicroPdf417();
|
|
[[nodiscard]] static auto MicroQr();
|
|
[[nodiscard]] static auto Pdf417();
|
|
[[nodiscard]] static auto Qr();
|
|
[[nodiscard]] static auto MsTag();
|
|
[[nodiscard]] static auto Ccab();
|
|
[[nodiscard]] static auto Ccc();
|
|
[[nodiscard]] static auto Tlc39();
|
|
[[nodiscard]] static auto AusPost();
|
|
[[nodiscard]] static auto CanPost();
|
|
[[nodiscard]] static auto ChinaPost();
|
|
[[nodiscard]] static auto DutchKix();
|
|
[[nodiscard]] static auto InfoMail();
|
|
[[nodiscard]] static auto ItalianPost25();
|
|
[[nodiscard]] static auto ItalianPost39();
|
|
[[nodiscard]] static auto JapanPost();
|
|
[[nodiscard]] static auto KoreanPost();
|
|
[[nodiscard]] static auto SwedenPost();
|
|
[[nodiscard]] static auto UkPost();
|
|
[[nodiscard]] static auto UsIntelligent();
|
|
[[nodiscard]] static auto UsIntelligentPkg();
|
|
[[nodiscard]] static auto UsPlanet();
|
|
[[nodiscard]] static auto UsPostNet();
|
|
[[nodiscard]] static auto Us4StateFics();
|
|
[[nodiscard]] static auto OcrA();
|
|
[[nodiscard]] static auto OcrB();
|
|
[[nodiscard]] static auto Micr();
|
|
[[nodiscard]] static auto ExtendedBase();
|
|
static auto GetName(uint32_t scanDataType);
|
|
[[nodiscard]] static auto Gs1DWCode();
|
|
};
|
|
struct __declspec(empty_bases) BarcodeSymbologyAttributes : winrt::Windows::Devices::PointOfService::IBarcodeSymbologyAttributes
|
|
{
|
|
BarcodeSymbologyAttributes(std::nullptr_t) noexcept {}
|
|
BarcodeSymbologyAttributes(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IBarcodeSymbologyAttributes(ptr, take_ownership_from_abi) {}
|
|
BarcodeSymbologyAttributes(BarcodeSymbologyAttributes const&) noexcept = default;
|
|
BarcodeSymbologyAttributes(BarcodeSymbologyAttributes&&) noexcept = default;
|
|
BarcodeSymbologyAttributes& operator=(BarcodeSymbologyAttributes const&) & noexcept = default;
|
|
BarcodeSymbologyAttributes& operator=(BarcodeSymbologyAttributes&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) CashDrawer : winrt::Windows::Devices::PointOfService::ICashDrawer,
|
|
impl::require<CashDrawer, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
CashDrawer(std::nullptr_t) noexcept {}
|
|
CashDrawer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawer(ptr, take_ownership_from_abi) {}
|
|
CashDrawer(CashDrawer const&) noexcept = default;
|
|
CashDrawer(CashDrawer&&) noexcept = default;
|
|
CashDrawer& operator=(CashDrawer const&) & noexcept = default;
|
|
CashDrawer& operator=(CashDrawer&&) & noexcept = default;
|
|
static auto GetDefaultAsync();
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
static auto GetDeviceSelector();
|
|
static auto GetDeviceSelector(winrt::Windows::Devices::PointOfService::PosConnectionTypes const& connectionTypes);
|
|
};
|
|
struct __declspec(empty_bases) CashDrawerCapabilities : winrt::Windows::Devices::PointOfService::ICashDrawerCapabilities
|
|
{
|
|
CashDrawerCapabilities(std::nullptr_t) noexcept {}
|
|
CashDrawerCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawerCapabilities(ptr, take_ownership_from_abi) {}
|
|
CashDrawerCapabilities(CashDrawerCapabilities const&) noexcept = default;
|
|
CashDrawerCapabilities(CashDrawerCapabilities&&) noexcept = default;
|
|
CashDrawerCapabilities& operator=(CashDrawerCapabilities const&) & noexcept = default;
|
|
CashDrawerCapabilities& operator=(CashDrawerCapabilities&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) CashDrawerCloseAlarm : winrt::Windows::Devices::PointOfService::ICashDrawerCloseAlarm
|
|
{
|
|
CashDrawerCloseAlarm(std::nullptr_t) noexcept {}
|
|
CashDrawerCloseAlarm(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawerCloseAlarm(ptr, take_ownership_from_abi) {}
|
|
CashDrawerCloseAlarm(CashDrawerCloseAlarm const&) noexcept = default;
|
|
CashDrawerCloseAlarm(CashDrawerCloseAlarm&&) noexcept = default;
|
|
CashDrawerCloseAlarm& operator=(CashDrawerCloseAlarm const&) & noexcept = default;
|
|
CashDrawerCloseAlarm& operator=(CashDrawerCloseAlarm&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) CashDrawerClosedEventArgs : winrt::Windows::Devices::PointOfService::ICashDrawerEventSourceEventArgs
|
|
{
|
|
CashDrawerClosedEventArgs(std::nullptr_t) noexcept {}
|
|
CashDrawerClosedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawerEventSourceEventArgs(ptr, take_ownership_from_abi) {}
|
|
CashDrawerClosedEventArgs(CashDrawerClosedEventArgs const&) noexcept = default;
|
|
CashDrawerClosedEventArgs(CashDrawerClosedEventArgs&&) noexcept = default;
|
|
CashDrawerClosedEventArgs& operator=(CashDrawerClosedEventArgs const&) & noexcept = default;
|
|
CashDrawerClosedEventArgs& operator=(CashDrawerClosedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) CashDrawerEventSource : winrt::Windows::Devices::PointOfService::ICashDrawerEventSource
|
|
{
|
|
CashDrawerEventSource(std::nullptr_t) noexcept {}
|
|
CashDrawerEventSource(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawerEventSource(ptr, take_ownership_from_abi) {}
|
|
CashDrawerEventSource(CashDrawerEventSource const&) noexcept = default;
|
|
CashDrawerEventSource(CashDrawerEventSource&&) noexcept = default;
|
|
CashDrawerEventSource& operator=(CashDrawerEventSource const&) & noexcept = default;
|
|
CashDrawerEventSource& operator=(CashDrawerEventSource&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) CashDrawerOpenedEventArgs : winrt::Windows::Devices::PointOfService::ICashDrawerEventSourceEventArgs
|
|
{
|
|
CashDrawerOpenedEventArgs(std::nullptr_t) noexcept {}
|
|
CashDrawerOpenedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawerEventSourceEventArgs(ptr, take_ownership_from_abi) {}
|
|
CashDrawerOpenedEventArgs(CashDrawerOpenedEventArgs const&) noexcept = default;
|
|
CashDrawerOpenedEventArgs(CashDrawerOpenedEventArgs&&) noexcept = default;
|
|
CashDrawerOpenedEventArgs& operator=(CashDrawerOpenedEventArgs const&) & noexcept = default;
|
|
CashDrawerOpenedEventArgs& operator=(CashDrawerOpenedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) CashDrawerStatus : winrt::Windows::Devices::PointOfService::ICashDrawerStatus
|
|
{
|
|
CashDrawerStatus(std::nullptr_t) noexcept {}
|
|
CashDrawerStatus(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawerStatus(ptr, take_ownership_from_abi) {}
|
|
CashDrawerStatus(CashDrawerStatus const&) noexcept = default;
|
|
CashDrawerStatus(CashDrawerStatus&&) noexcept = default;
|
|
CashDrawerStatus& operator=(CashDrawerStatus const&) & noexcept = default;
|
|
CashDrawerStatus& operator=(CashDrawerStatus&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) CashDrawerStatusUpdatedEventArgs : winrt::Windows::Devices::PointOfService::ICashDrawerStatusUpdatedEventArgs
|
|
{
|
|
CashDrawerStatusUpdatedEventArgs(std::nullptr_t) noexcept {}
|
|
CashDrawerStatusUpdatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ICashDrawerStatusUpdatedEventArgs(ptr, take_ownership_from_abi) {}
|
|
CashDrawerStatusUpdatedEventArgs(CashDrawerStatusUpdatedEventArgs const&) noexcept = default;
|
|
CashDrawerStatusUpdatedEventArgs(CashDrawerStatusUpdatedEventArgs&&) noexcept = default;
|
|
CashDrawerStatusUpdatedEventArgs& operator=(CashDrawerStatusUpdatedEventArgs const&) & noexcept = default;
|
|
CashDrawerStatusUpdatedEventArgs& operator=(CashDrawerStatusUpdatedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedBarcodeScanner : winrt::Windows::Devices::PointOfService::IClaimedBarcodeScanner,
|
|
impl::require<ClaimedBarcodeScanner, winrt::Windows::Devices::PointOfService::IClaimedBarcodeScanner1, winrt::Windows::Devices::PointOfService::IClaimedBarcodeScanner2, winrt::Windows::Devices::PointOfService::IClaimedBarcodeScanner3, winrt::Windows::Devices::PointOfService::IClaimedBarcodeScanner4, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
ClaimedBarcodeScanner(std::nullptr_t) noexcept {}
|
|
ClaimedBarcodeScanner(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedBarcodeScanner(ptr, take_ownership_from_abi) {}
|
|
ClaimedBarcodeScanner(ClaimedBarcodeScanner const&) noexcept = default;
|
|
ClaimedBarcodeScanner(ClaimedBarcodeScanner&&) noexcept = default;
|
|
ClaimedBarcodeScanner& operator=(ClaimedBarcodeScanner const&) & noexcept = default;
|
|
ClaimedBarcodeScanner& operator=(ClaimedBarcodeScanner&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedBarcodeScannerClosedEventArgs : winrt::Windows::Devices::PointOfService::IClaimedBarcodeScannerClosedEventArgs
|
|
{
|
|
ClaimedBarcodeScannerClosedEventArgs(std::nullptr_t) noexcept {}
|
|
ClaimedBarcodeScannerClosedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedBarcodeScannerClosedEventArgs(ptr, take_ownership_from_abi) {}
|
|
ClaimedBarcodeScannerClosedEventArgs(ClaimedBarcodeScannerClosedEventArgs const&) noexcept = default;
|
|
ClaimedBarcodeScannerClosedEventArgs(ClaimedBarcodeScannerClosedEventArgs&&) noexcept = default;
|
|
ClaimedBarcodeScannerClosedEventArgs& operator=(ClaimedBarcodeScannerClosedEventArgs const&) & noexcept = default;
|
|
ClaimedBarcodeScannerClosedEventArgs& operator=(ClaimedBarcodeScannerClosedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedCashDrawer : winrt::Windows::Devices::PointOfService::IClaimedCashDrawer,
|
|
impl::require<ClaimedCashDrawer, winrt::Windows::Devices::PointOfService::IClaimedCashDrawer2, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
ClaimedCashDrawer(std::nullptr_t) noexcept {}
|
|
ClaimedCashDrawer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedCashDrawer(ptr, take_ownership_from_abi) {}
|
|
ClaimedCashDrawer(ClaimedCashDrawer const&) noexcept = default;
|
|
ClaimedCashDrawer(ClaimedCashDrawer&&) noexcept = default;
|
|
ClaimedCashDrawer& operator=(ClaimedCashDrawer const&) & noexcept = default;
|
|
ClaimedCashDrawer& operator=(ClaimedCashDrawer&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedCashDrawerClosedEventArgs : winrt::Windows::Devices::PointOfService::IClaimedCashDrawerClosedEventArgs
|
|
{
|
|
ClaimedCashDrawerClosedEventArgs(std::nullptr_t) noexcept {}
|
|
ClaimedCashDrawerClosedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedCashDrawerClosedEventArgs(ptr, take_ownership_from_abi) {}
|
|
ClaimedCashDrawerClosedEventArgs(ClaimedCashDrawerClosedEventArgs const&) noexcept = default;
|
|
ClaimedCashDrawerClosedEventArgs(ClaimedCashDrawerClosedEventArgs&&) noexcept = default;
|
|
ClaimedCashDrawerClosedEventArgs& operator=(ClaimedCashDrawerClosedEventArgs const&) & noexcept = default;
|
|
ClaimedCashDrawerClosedEventArgs& operator=(ClaimedCashDrawerClosedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedJournalPrinter : winrt::Windows::Devices::PointOfService::IClaimedJournalPrinter,
|
|
impl::require<ClaimedJournalPrinter, winrt::Windows::Devices::PointOfService::ICommonClaimedPosPrinterStation>
|
|
{
|
|
ClaimedJournalPrinter(std::nullptr_t) noexcept {}
|
|
ClaimedJournalPrinter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedJournalPrinter(ptr, take_ownership_from_abi) {}
|
|
ClaimedJournalPrinter(ClaimedJournalPrinter const&) noexcept = default;
|
|
ClaimedJournalPrinter(ClaimedJournalPrinter&&) noexcept = default;
|
|
ClaimedJournalPrinter& operator=(ClaimedJournalPrinter const&) & noexcept = default;
|
|
ClaimedJournalPrinter& operator=(ClaimedJournalPrinter&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedLineDisplay : winrt::Windows::Devices::PointOfService::IClaimedLineDisplay,
|
|
impl::require<ClaimedLineDisplay, winrt::Windows::Devices::PointOfService::IClaimedLineDisplay2, winrt::Windows::Devices::PointOfService::IClaimedLineDisplay3, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
ClaimedLineDisplay(std::nullptr_t) noexcept {}
|
|
ClaimedLineDisplay(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedLineDisplay(ptr, take_ownership_from_abi) {}
|
|
ClaimedLineDisplay(ClaimedLineDisplay const&) noexcept = default;
|
|
ClaimedLineDisplay(ClaimedLineDisplay&&) noexcept = default;
|
|
ClaimedLineDisplay& operator=(ClaimedLineDisplay const&) & noexcept = default;
|
|
ClaimedLineDisplay& operator=(ClaimedLineDisplay&&) & noexcept = default;
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
static auto GetDeviceSelector();
|
|
static auto GetDeviceSelector(winrt::Windows::Devices::PointOfService::PosConnectionTypes const& connectionTypes);
|
|
};
|
|
struct __declspec(empty_bases) ClaimedLineDisplayClosedEventArgs : winrt::Windows::Devices::PointOfService::IClaimedLineDisplayClosedEventArgs
|
|
{
|
|
ClaimedLineDisplayClosedEventArgs(std::nullptr_t) noexcept {}
|
|
ClaimedLineDisplayClosedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedLineDisplayClosedEventArgs(ptr, take_ownership_from_abi) {}
|
|
ClaimedLineDisplayClosedEventArgs(ClaimedLineDisplayClosedEventArgs const&) noexcept = default;
|
|
ClaimedLineDisplayClosedEventArgs(ClaimedLineDisplayClosedEventArgs&&) noexcept = default;
|
|
ClaimedLineDisplayClosedEventArgs& operator=(ClaimedLineDisplayClosedEventArgs const&) & noexcept = default;
|
|
ClaimedLineDisplayClosedEventArgs& operator=(ClaimedLineDisplayClosedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedMagneticStripeReader : winrt::Windows::Devices::PointOfService::IClaimedMagneticStripeReader,
|
|
impl::require<ClaimedMagneticStripeReader, winrt::Windows::Devices::PointOfService::IClaimedMagneticStripeReader2, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
ClaimedMagneticStripeReader(std::nullptr_t) noexcept {}
|
|
ClaimedMagneticStripeReader(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedMagneticStripeReader(ptr, take_ownership_from_abi) {}
|
|
ClaimedMagneticStripeReader(ClaimedMagneticStripeReader const&) noexcept = default;
|
|
ClaimedMagneticStripeReader(ClaimedMagneticStripeReader&&) noexcept = default;
|
|
ClaimedMagneticStripeReader& operator=(ClaimedMagneticStripeReader const&) & noexcept = default;
|
|
ClaimedMagneticStripeReader& operator=(ClaimedMagneticStripeReader&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedMagneticStripeReaderClosedEventArgs : winrt::Windows::Devices::PointOfService::IClaimedMagneticStripeReaderClosedEventArgs
|
|
{
|
|
ClaimedMagneticStripeReaderClosedEventArgs(std::nullptr_t) noexcept {}
|
|
ClaimedMagneticStripeReaderClosedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedMagneticStripeReaderClosedEventArgs(ptr, take_ownership_from_abi) {}
|
|
ClaimedMagneticStripeReaderClosedEventArgs(ClaimedMagneticStripeReaderClosedEventArgs const&) noexcept = default;
|
|
ClaimedMagneticStripeReaderClosedEventArgs(ClaimedMagneticStripeReaderClosedEventArgs&&) noexcept = default;
|
|
ClaimedMagneticStripeReaderClosedEventArgs& operator=(ClaimedMagneticStripeReaderClosedEventArgs const&) & noexcept = default;
|
|
ClaimedMagneticStripeReaderClosedEventArgs& operator=(ClaimedMagneticStripeReaderClosedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedPosPrinter : winrt::Windows::Devices::PointOfService::IClaimedPosPrinter,
|
|
impl::require<ClaimedPosPrinter, winrt::Windows::Devices::PointOfService::IClaimedPosPrinter2, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
ClaimedPosPrinter(std::nullptr_t) noexcept {}
|
|
ClaimedPosPrinter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedPosPrinter(ptr, take_ownership_from_abi) {}
|
|
ClaimedPosPrinter(ClaimedPosPrinter const&) noexcept = default;
|
|
ClaimedPosPrinter(ClaimedPosPrinter&&) noexcept = default;
|
|
ClaimedPosPrinter& operator=(ClaimedPosPrinter const&) & noexcept = default;
|
|
ClaimedPosPrinter& operator=(ClaimedPosPrinter&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedPosPrinterClosedEventArgs : winrt::Windows::Devices::PointOfService::IClaimedPosPrinterClosedEventArgs
|
|
{
|
|
ClaimedPosPrinterClosedEventArgs(std::nullptr_t) noexcept {}
|
|
ClaimedPosPrinterClosedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedPosPrinterClosedEventArgs(ptr, take_ownership_from_abi) {}
|
|
ClaimedPosPrinterClosedEventArgs(ClaimedPosPrinterClosedEventArgs const&) noexcept = default;
|
|
ClaimedPosPrinterClosedEventArgs(ClaimedPosPrinterClosedEventArgs&&) noexcept = default;
|
|
ClaimedPosPrinterClosedEventArgs& operator=(ClaimedPosPrinterClosedEventArgs const&) & noexcept = default;
|
|
ClaimedPosPrinterClosedEventArgs& operator=(ClaimedPosPrinterClosedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedReceiptPrinter : winrt::Windows::Devices::PointOfService::IClaimedReceiptPrinter,
|
|
impl::require<ClaimedReceiptPrinter, winrt::Windows::Devices::PointOfService::ICommonClaimedPosPrinterStation>
|
|
{
|
|
ClaimedReceiptPrinter(std::nullptr_t) noexcept {}
|
|
ClaimedReceiptPrinter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedReceiptPrinter(ptr, take_ownership_from_abi) {}
|
|
ClaimedReceiptPrinter(ClaimedReceiptPrinter const&) noexcept = default;
|
|
ClaimedReceiptPrinter(ClaimedReceiptPrinter&&) noexcept = default;
|
|
ClaimedReceiptPrinter& operator=(ClaimedReceiptPrinter const&) & noexcept = default;
|
|
ClaimedReceiptPrinter& operator=(ClaimedReceiptPrinter&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ClaimedSlipPrinter : winrt::Windows::Devices::PointOfService::IClaimedSlipPrinter,
|
|
impl::require<ClaimedSlipPrinter, winrt::Windows::Devices::PointOfService::ICommonClaimedPosPrinterStation>
|
|
{
|
|
ClaimedSlipPrinter(std::nullptr_t) noexcept {}
|
|
ClaimedSlipPrinter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IClaimedSlipPrinter(ptr, take_ownership_from_abi) {}
|
|
ClaimedSlipPrinter(ClaimedSlipPrinter const&) noexcept = default;
|
|
ClaimedSlipPrinter(ClaimedSlipPrinter&&) noexcept = default;
|
|
ClaimedSlipPrinter& operator=(ClaimedSlipPrinter const&) & noexcept = default;
|
|
ClaimedSlipPrinter& operator=(ClaimedSlipPrinter&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) JournalPrintJob : winrt::Windows::Devices::PointOfService::IPosPrinterJob,
|
|
impl::require<JournalPrintJob, winrt::Windows::Devices::PointOfService::IJournalPrintJob>
|
|
{
|
|
JournalPrintJob(std::nullptr_t) noexcept {}
|
|
JournalPrintJob(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinterJob(ptr, take_ownership_from_abi) {}
|
|
JournalPrintJob(JournalPrintJob const&) noexcept = default;
|
|
JournalPrintJob(JournalPrintJob&&) noexcept = default;
|
|
JournalPrintJob& operator=(JournalPrintJob const&) & noexcept = default;
|
|
JournalPrintJob& operator=(JournalPrintJob&&) & noexcept = default;
|
|
using impl::consume_t<JournalPrintJob, winrt::Windows::Devices::PointOfService::IJournalPrintJob>::Print;
|
|
using winrt::Windows::Devices::PointOfService::IPosPrinterJob::Print;
|
|
};
|
|
struct __declspec(empty_bases) JournalPrinterCapabilities : winrt::Windows::Devices::PointOfService::IJournalPrinterCapabilities,
|
|
impl::require<JournalPrinterCapabilities, winrt::Windows::Devices::PointOfService::IJournalPrinterCapabilities2, winrt::Windows::Devices::PointOfService::ICommonPosPrintStationCapabilities>
|
|
{
|
|
JournalPrinterCapabilities(std::nullptr_t) noexcept {}
|
|
JournalPrinterCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IJournalPrinterCapabilities(ptr, take_ownership_from_abi) {}
|
|
JournalPrinterCapabilities(JournalPrinterCapabilities const&) noexcept = default;
|
|
JournalPrinterCapabilities(JournalPrinterCapabilities&&) noexcept = default;
|
|
JournalPrinterCapabilities& operator=(JournalPrinterCapabilities const&) & noexcept = default;
|
|
JournalPrinterCapabilities& operator=(JournalPrinterCapabilities&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplay : winrt::Windows::Devices::PointOfService::ILineDisplay,
|
|
impl::require<LineDisplay, winrt::Windows::Devices::PointOfService::ILineDisplay2, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
LineDisplay(std::nullptr_t) noexcept {}
|
|
LineDisplay(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplay(ptr, take_ownership_from_abi) {}
|
|
LineDisplay(LineDisplay const&) noexcept = default;
|
|
LineDisplay(LineDisplay&&) noexcept = default;
|
|
LineDisplay& operator=(LineDisplay const&) & noexcept = default;
|
|
LineDisplay& operator=(LineDisplay&&) & noexcept = default;
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
static auto GetDefaultAsync();
|
|
static auto GetDeviceSelector();
|
|
static auto GetDeviceSelector(winrt::Windows::Devices::PointOfService::PosConnectionTypes const& connectionTypes);
|
|
[[nodiscard]] static auto StatisticsCategorySelector();
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayAttributes : winrt::Windows::Devices::PointOfService::ILineDisplayAttributes
|
|
{
|
|
LineDisplayAttributes(std::nullptr_t) noexcept {}
|
|
LineDisplayAttributes(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayAttributes(ptr, take_ownership_from_abi) {}
|
|
LineDisplayAttributes(LineDisplayAttributes const&) noexcept = default;
|
|
LineDisplayAttributes(LineDisplayAttributes&&) noexcept = default;
|
|
LineDisplayAttributes& operator=(LineDisplayAttributes const&) & noexcept = default;
|
|
LineDisplayAttributes& operator=(LineDisplayAttributes&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayCapabilities : winrt::Windows::Devices::PointOfService::ILineDisplayCapabilities
|
|
{
|
|
LineDisplayCapabilities(std::nullptr_t) noexcept {}
|
|
LineDisplayCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayCapabilities(ptr, take_ownership_from_abi) {}
|
|
LineDisplayCapabilities(LineDisplayCapabilities const&) noexcept = default;
|
|
LineDisplayCapabilities(LineDisplayCapabilities&&) noexcept = default;
|
|
LineDisplayCapabilities& operator=(LineDisplayCapabilities const&) & noexcept = default;
|
|
LineDisplayCapabilities& operator=(LineDisplayCapabilities&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayCursor : winrt::Windows::Devices::PointOfService::ILineDisplayCursor
|
|
{
|
|
LineDisplayCursor(std::nullptr_t) noexcept {}
|
|
LineDisplayCursor(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayCursor(ptr, take_ownership_from_abi) {}
|
|
LineDisplayCursor(LineDisplayCursor const&) noexcept = default;
|
|
LineDisplayCursor(LineDisplayCursor&&) noexcept = default;
|
|
LineDisplayCursor& operator=(LineDisplayCursor const&) & noexcept = default;
|
|
LineDisplayCursor& operator=(LineDisplayCursor&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayCursorAttributes : winrt::Windows::Devices::PointOfService::ILineDisplayCursorAttributes
|
|
{
|
|
LineDisplayCursorAttributes(std::nullptr_t) noexcept {}
|
|
LineDisplayCursorAttributes(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayCursorAttributes(ptr, take_ownership_from_abi) {}
|
|
LineDisplayCursorAttributes(LineDisplayCursorAttributes const&) noexcept = default;
|
|
LineDisplayCursorAttributes(LineDisplayCursorAttributes&&) noexcept = default;
|
|
LineDisplayCursorAttributes& operator=(LineDisplayCursorAttributes const&) & noexcept = default;
|
|
LineDisplayCursorAttributes& operator=(LineDisplayCursorAttributes&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayCustomGlyphs : winrt::Windows::Devices::PointOfService::ILineDisplayCustomGlyphs
|
|
{
|
|
LineDisplayCustomGlyphs(std::nullptr_t) noexcept {}
|
|
LineDisplayCustomGlyphs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayCustomGlyphs(ptr, take_ownership_from_abi) {}
|
|
LineDisplayCustomGlyphs(LineDisplayCustomGlyphs const&) noexcept = default;
|
|
LineDisplayCustomGlyphs(LineDisplayCustomGlyphs&&) noexcept = default;
|
|
LineDisplayCustomGlyphs& operator=(LineDisplayCustomGlyphs const&) & noexcept = default;
|
|
LineDisplayCustomGlyphs& operator=(LineDisplayCustomGlyphs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayMarquee : winrt::Windows::Devices::PointOfService::ILineDisplayMarquee
|
|
{
|
|
LineDisplayMarquee(std::nullptr_t) noexcept {}
|
|
LineDisplayMarquee(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayMarquee(ptr, take_ownership_from_abi) {}
|
|
LineDisplayMarquee(LineDisplayMarquee const&) noexcept = default;
|
|
LineDisplayMarquee(LineDisplayMarquee&&) noexcept = default;
|
|
LineDisplayMarquee& operator=(LineDisplayMarquee const&) & noexcept = default;
|
|
LineDisplayMarquee& operator=(LineDisplayMarquee&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayStatisticsCategorySelector : winrt::Windows::Devices::PointOfService::ILineDisplayStatisticsCategorySelector
|
|
{
|
|
LineDisplayStatisticsCategorySelector(std::nullptr_t) noexcept {}
|
|
LineDisplayStatisticsCategorySelector(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayStatisticsCategorySelector(ptr, take_ownership_from_abi) {}
|
|
LineDisplayStatisticsCategorySelector(LineDisplayStatisticsCategorySelector const&) noexcept = default;
|
|
LineDisplayStatisticsCategorySelector(LineDisplayStatisticsCategorySelector&&) noexcept = default;
|
|
LineDisplayStatisticsCategorySelector& operator=(LineDisplayStatisticsCategorySelector const&) & noexcept = default;
|
|
LineDisplayStatisticsCategorySelector& operator=(LineDisplayStatisticsCategorySelector&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayStatusUpdatedEventArgs : winrt::Windows::Devices::PointOfService::ILineDisplayStatusUpdatedEventArgs
|
|
{
|
|
LineDisplayStatusUpdatedEventArgs(std::nullptr_t) noexcept {}
|
|
LineDisplayStatusUpdatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayStatusUpdatedEventArgs(ptr, take_ownership_from_abi) {}
|
|
LineDisplayStatusUpdatedEventArgs(LineDisplayStatusUpdatedEventArgs const&) noexcept = default;
|
|
LineDisplayStatusUpdatedEventArgs(LineDisplayStatusUpdatedEventArgs&&) noexcept = default;
|
|
LineDisplayStatusUpdatedEventArgs& operator=(LineDisplayStatusUpdatedEventArgs const&) & noexcept = default;
|
|
LineDisplayStatusUpdatedEventArgs& operator=(LineDisplayStatusUpdatedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayStoredBitmap : winrt::Windows::Devices::PointOfService::ILineDisplayStoredBitmap
|
|
{
|
|
LineDisplayStoredBitmap(std::nullptr_t) noexcept {}
|
|
LineDisplayStoredBitmap(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayStoredBitmap(ptr, take_ownership_from_abi) {}
|
|
LineDisplayStoredBitmap(LineDisplayStoredBitmap const&) noexcept = default;
|
|
LineDisplayStoredBitmap(LineDisplayStoredBitmap&&) noexcept = default;
|
|
LineDisplayStoredBitmap& operator=(LineDisplayStoredBitmap const&) & noexcept = default;
|
|
LineDisplayStoredBitmap& operator=(LineDisplayStoredBitmap&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) LineDisplayWindow : winrt::Windows::Devices::PointOfService::ILineDisplayWindow,
|
|
impl::require<LineDisplayWindow, winrt::Windows::Devices::PointOfService::ILineDisplayWindow2, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
LineDisplayWindow(std::nullptr_t) noexcept {}
|
|
LineDisplayWindow(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ILineDisplayWindow(ptr, take_ownership_from_abi) {}
|
|
LineDisplayWindow(LineDisplayWindow const&) noexcept = default;
|
|
LineDisplayWindow(LineDisplayWindow&&) noexcept = default;
|
|
LineDisplayWindow& operator=(LineDisplayWindow const&) & noexcept = default;
|
|
LineDisplayWindow& operator=(LineDisplayWindow&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReader : winrt::Windows::Devices::PointOfService::IMagneticStripeReader,
|
|
impl::require<MagneticStripeReader, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
MagneticStripeReader(std::nullptr_t) noexcept {}
|
|
MagneticStripeReader(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReader(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReader(MagneticStripeReader const&) noexcept = default;
|
|
MagneticStripeReader(MagneticStripeReader&&) noexcept = default;
|
|
MagneticStripeReader& operator=(MagneticStripeReader const&) & noexcept = default;
|
|
MagneticStripeReader& operator=(MagneticStripeReader&&) & noexcept = default;
|
|
static auto GetDefaultAsync();
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
static auto GetDeviceSelector();
|
|
static auto GetDeviceSelector(winrt::Windows::Devices::PointOfService::PosConnectionTypes const& connectionTypes);
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderAamvaCardDataReceivedEventArgs : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderAamvaCardDataReceivedEventArgs
|
|
{
|
|
MagneticStripeReaderAamvaCardDataReceivedEventArgs(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderAamvaCardDataReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderAamvaCardDataReceivedEventArgs(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderAamvaCardDataReceivedEventArgs(MagneticStripeReaderAamvaCardDataReceivedEventArgs const&) noexcept = default;
|
|
MagneticStripeReaderAamvaCardDataReceivedEventArgs(MagneticStripeReaderAamvaCardDataReceivedEventArgs&&) noexcept = default;
|
|
MagneticStripeReaderAamvaCardDataReceivedEventArgs& operator=(MagneticStripeReaderAamvaCardDataReceivedEventArgs const&) & noexcept = default;
|
|
MagneticStripeReaderAamvaCardDataReceivedEventArgs& operator=(MagneticStripeReaderAamvaCardDataReceivedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderBankCardDataReceivedEventArgs : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderBankCardDataReceivedEventArgs
|
|
{
|
|
MagneticStripeReaderBankCardDataReceivedEventArgs(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderBankCardDataReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderBankCardDataReceivedEventArgs(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderBankCardDataReceivedEventArgs(MagneticStripeReaderBankCardDataReceivedEventArgs const&) noexcept = default;
|
|
MagneticStripeReaderBankCardDataReceivedEventArgs(MagneticStripeReaderBankCardDataReceivedEventArgs&&) noexcept = default;
|
|
MagneticStripeReaderBankCardDataReceivedEventArgs& operator=(MagneticStripeReaderBankCardDataReceivedEventArgs const&) & noexcept = default;
|
|
MagneticStripeReaderBankCardDataReceivedEventArgs& operator=(MagneticStripeReaderBankCardDataReceivedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderCapabilities : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderCapabilities
|
|
{
|
|
MagneticStripeReaderCapabilities(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderCapabilities(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderCapabilities(MagneticStripeReaderCapabilities const&) noexcept = default;
|
|
MagneticStripeReaderCapabilities(MagneticStripeReaderCapabilities&&) noexcept = default;
|
|
MagneticStripeReaderCapabilities& operator=(MagneticStripeReaderCapabilities const&) & noexcept = default;
|
|
MagneticStripeReaderCapabilities& operator=(MagneticStripeReaderCapabilities&&) & noexcept = default;
|
|
};
|
|
struct MagneticStripeReaderCardTypes
|
|
{
|
|
MagneticStripeReaderCardTypes() = delete;
|
|
[[nodiscard]] static auto Unknown();
|
|
[[nodiscard]] static auto Bank();
|
|
[[nodiscard]] static auto Aamva();
|
|
[[nodiscard]] static auto ExtendedBase();
|
|
};
|
|
struct MagneticStripeReaderEncryptionAlgorithms
|
|
{
|
|
MagneticStripeReaderEncryptionAlgorithms() = delete;
|
|
[[nodiscard]] static auto None();
|
|
[[nodiscard]] static auto TripleDesDukpt();
|
|
[[nodiscard]] static auto ExtendedBase();
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderErrorOccurredEventArgs : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderErrorOccurredEventArgs
|
|
{
|
|
MagneticStripeReaderErrorOccurredEventArgs(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderErrorOccurredEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderErrorOccurredEventArgs(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderErrorOccurredEventArgs(MagneticStripeReaderErrorOccurredEventArgs const&) noexcept = default;
|
|
MagneticStripeReaderErrorOccurredEventArgs(MagneticStripeReaderErrorOccurredEventArgs&&) noexcept = default;
|
|
MagneticStripeReaderErrorOccurredEventArgs& operator=(MagneticStripeReaderErrorOccurredEventArgs const&) & noexcept = default;
|
|
MagneticStripeReaderErrorOccurredEventArgs& operator=(MagneticStripeReaderErrorOccurredEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderReport : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderReport
|
|
{
|
|
MagneticStripeReaderReport(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderReport(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderReport(MagneticStripeReaderReport const&) noexcept = default;
|
|
MagneticStripeReaderReport(MagneticStripeReaderReport&&) noexcept = default;
|
|
MagneticStripeReaderReport& operator=(MagneticStripeReaderReport const&) & noexcept = default;
|
|
MagneticStripeReaderReport& operator=(MagneticStripeReaderReport&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderStatusUpdatedEventArgs : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderStatusUpdatedEventArgs
|
|
{
|
|
MagneticStripeReaderStatusUpdatedEventArgs(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderStatusUpdatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderStatusUpdatedEventArgs(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderStatusUpdatedEventArgs(MagneticStripeReaderStatusUpdatedEventArgs const&) noexcept = default;
|
|
MagneticStripeReaderStatusUpdatedEventArgs(MagneticStripeReaderStatusUpdatedEventArgs&&) noexcept = default;
|
|
MagneticStripeReaderStatusUpdatedEventArgs& operator=(MagneticStripeReaderStatusUpdatedEventArgs const&) & noexcept = default;
|
|
MagneticStripeReaderStatusUpdatedEventArgs& operator=(MagneticStripeReaderStatusUpdatedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderTrackData : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderTrackData
|
|
{
|
|
MagneticStripeReaderTrackData(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderTrackData(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderTrackData(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderTrackData(MagneticStripeReaderTrackData const&) noexcept = default;
|
|
MagneticStripeReaderTrackData(MagneticStripeReaderTrackData&&) noexcept = default;
|
|
MagneticStripeReaderTrackData& operator=(MagneticStripeReaderTrackData const&) & noexcept = default;
|
|
MagneticStripeReaderTrackData& operator=(MagneticStripeReaderTrackData&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderVendorSpecificCardDataReceivedEventArgs
|
|
{
|
|
MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs(std::nullptr_t) noexcept {}
|
|
MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IMagneticStripeReaderVendorSpecificCardDataReceivedEventArgs(ptr, take_ownership_from_abi) {}
|
|
MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs(MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs const&) noexcept = default;
|
|
MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs(MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs&&) noexcept = default;
|
|
MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs& operator=(MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs const&) & noexcept = default;
|
|
MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs& operator=(MagneticStripeReaderVendorSpecificCardDataReceivedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) PosPrinter : winrt::Windows::Devices::PointOfService::IPosPrinter,
|
|
impl::require<PosPrinter, winrt::Windows::Devices::PointOfService::IPosPrinter2, winrt::Windows::Foundation::IClosable>
|
|
{
|
|
PosPrinter(std::nullptr_t) noexcept {}
|
|
PosPrinter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinter(ptr, take_ownership_from_abi) {}
|
|
PosPrinter(PosPrinter const&) noexcept = default;
|
|
PosPrinter(PosPrinter&&) noexcept = default;
|
|
PosPrinter& operator=(PosPrinter const&) & noexcept = default;
|
|
PosPrinter& operator=(PosPrinter&&) & noexcept = default;
|
|
static auto GetDefaultAsync();
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
static auto GetDeviceSelector();
|
|
static auto GetDeviceSelector(winrt::Windows::Devices::PointOfService::PosConnectionTypes const& connectionTypes);
|
|
};
|
|
struct __declspec(empty_bases) PosPrinterCapabilities : winrt::Windows::Devices::PointOfService::IPosPrinterCapabilities
|
|
{
|
|
PosPrinterCapabilities(std::nullptr_t) noexcept {}
|
|
PosPrinterCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinterCapabilities(ptr, take_ownership_from_abi) {}
|
|
PosPrinterCapabilities(PosPrinterCapabilities const&) noexcept = default;
|
|
PosPrinterCapabilities(PosPrinterCapabilities&&) noexcept = default;
|
|
PosPrinterCapabilities& operator=(PosPrinterCapabilities const&) & noexcept = default;
|
|
PosPrinterCapabilities& operator=(PosPrinterCapabilities&&) & noexcept = default;
|
|
};
|
|
struct PosPrinterCharacterSetIds
|
|
{
|
|
PosPrinterCharacterSetIds() = delete;
|
|
[[nodiscard]] static auto Utf16LE();
|
|
[[nodiscard]] static auto Ascii();
|
|
[[nodiscard]] static auto Ansi();
|
|
};
|
|
struct __declspec(empty_bases) PosPrinterFontProperty : winrt::Windows::Devices::PointOfService::IPosPrinterFontProperty
|
|
{
|
|
PosPrinterFontProperty(std::nullptr_t) noexcept {}
|
|
PosPrinterFontProperty(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinterFontProperty(ptr, take_ownership_from_abi) {}
|
|
PosPrinterFontProperty(PosPrinterFontProperty const&) noexcept = default;
|
|
PosPrinterFontProperty(PosPrinterFontProperty&&) noexcept = default;
|
|
PosPrinterFontProperty& operator=(PosPrinterFontProperty const&) & noexcept = default;
|
|
PosPrinterFontProperty& operator=(PosPrinterFontProperty&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) PosPrinterPrintOptions : winrt::Windows::Devices::PointOfService::IPosPrinterPrintOptions
|
|
{
|
|
PosPrinterPrintOptions(std::nullptr_t) noexcept {}
|
|
PosPrinterPrintOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinterPrintOptions(ptr, take_ownership_from_abi) {}
|
|
PosPrinterPrintOptions();
|
|
PosPrinterPrintOptions(PosPrinterPrintOptions const&) noexcept = default;
|
|
PosPrinterPrintOptions(PosPrinterPrintOptions&&) noexcept = default;
|
|
PosPrinterPrintOptions& operator=(PosPrinterPrintOptions const&) & noexcept = default;
|
|
PosPrinterPrintOptions& operator=(PosPrinterPrintOptions&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) PosPrinterReleaseDeviceRequestedEventArgs : winrt::Windows::Devices::PointOfService::IPosPrinterReleaseDeviceRequestedEventArgs
|
|
{
|
|
PosPrinterReleaseDeviceRequestedEventArgs(std::nullptr_t) noexcept {}
|
|
PosPrinterReleaseDeviceRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinterReleaseDeviceRequestedEventArgs(ptr, take_ownership_from_abi) {}
|
|
PosPrinterReleaseDeviceRequestedEventArgs(PosPrinterReleaseDeviceRequestedEventArgs const&) noexcept = default;
|
|
PosPrinterReleaseDeviceRequestedEventArgs(PosPrinterReleaseDeviceRequestedEventArgs&&) noexcept = default;
|
|
PosPrinterReleaseDeviceRequestedEventArgs& operator=(PosPrinterReleaseDeviceRequestedEventArgs const&) & noexcept = default;
|
|
PosPrinterReleaseDeviceRequestedEventArgs& operator=(PosPrinterReleaseDeviceRequestedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) PosPrinterStatus : winrt::Windows::Devices::PointOfService::IPosPrinterStatus
|
|
{
|
|
PosPrinterStatus(std::nullptr_t) noexcept {}
|
|
PosPrinterStatus(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinterStatus(ptr, take_ownership_from_abi) {}
|
|
PosPrinterStatus(PosPrinterStatus const&) noexcept = default;
|
|
PosPrinterStatus(PosPrinterStatus&&) noexcept = default;
|
|
PosPrinterStatus& operator=(PosPrinterStatus const&) & noexcept = default;
|
|
PosPrinterStatus& operator=(PosPrinterStatus&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) PosPrinterStatusUpdatedEventArgs : winrt::Windows::Devices::PointOfService::IPosPrinterStatusUpdatedEventArgs
|
|
{
|
|
PosPrinterStatusUpdatedEventArgs(std::nullptr_t) noexcept {}
|
|
PosPrinterStatusUpdatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IPosPrinterStatusUpdatedEventArgs(ptr, take_ownership_from_abi) {}
|
|
PosPrinterStatusUpdatedEventArgs(PosPrinterStatusUpdatedEventArgs const&) noexcept = default;
|
|
PosPrinterStatusUpdatedEventArgs(PosPrinterStatusUpdatedEventArgs&&) noexcept = default;
|
|
PosPrinterStatusUpdatedEventArgs& operator=(PosPrinterStatusUpdatedEventArgs const&) & noexcept = default;
|
|
PosPrinterStatusUpdatedEventArgs& operator=(PosPrinterStatusUpdatedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ReceiptPrintJob : winrt::Windows::Devices::PointOfService::IReceiptPrintJob,
|
|
impl::require<ReceiptPrintJob, winrt::Windows::Devices::PointOfService::IReceiptPrintJob2, winrt::Windows::Devices::PointOfService::IPosPrinterJob, winrt::Windows::Devices::PointOfService::IReceiptOrSlipJob>
|
|
{
|
|
ReceiptPrintJob(std::nullptr_t) noexcept {}
|
|
ReceiptPrintJob(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IReceiptPrintJob(ptr, take_ownership_from_abi) {}
|
|
ReceiptPrintJob(ReceiptPrintJob const&) noexcept = default;
|
|
ReceiptPrintJob(ReceiptPrintJob&&) noexcept = default;
|
|
ReceiptPrintJob& operator=(ReceiptPrintJob const&) & noexcept = default;
|
|
ReceiptPrintJob& operator=(ReceiptPrintJob&&) & noexcept = default;
|
|
using impl::consume_t<ReceiptPrintJob, winrt::Windows::Devices::PointOfService::IPosPrinterJob>::Print;
|
|
using impl::consume_t<ReceiptPrintJob, winrt::Windows::Devices::PointOfService::IReceiptPrintJob2>::Print;
|
|
};
|
|
struct __declspec(empty_bases) ReceiptPrinterCapabilities : winrt::Windows::Devices::PointOfService::IReceiptPrinterCapabilities,
|
|
impl::require<ReceiptPrinterCapabilities, winrt::Windows::Devices::PointOfService::IReceiptPrinterCapabilities2, winrt::Windows::Devices::PointOfService::ICommonPosPrintStationCapabilities, winrt::Windows::Devices::PointOfService::ICommonReceiptSlipCapabilities>
|
|
{
|
|
ReceiptPrinterCapabilities(std::nullptr_t) noexcept {}
|
|
ReceiptPrinterCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IReceiptPrinterCapabilities(ptr, take_ownership_from_abi) {}
|
|
ReceiptPrinterCapabilities(ReceiptPrinterCapabilities const&) noexcept = default;
|
|
ReceiptPrinterCapabilities(ReceiptPrinterCapabilities&&) noexcept = default;
|
|
ReceiptPrinterCapabilities& operator=(ReceiptPrinterCapabilities const&) & noexcept = default;
|
|
ReceiptPrinterCapabilities& operator=(ReceiptPrinterCapabilities&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) SlipPrintJob : winrt::Windows::Devices::PointOfService::IReceiptOrSlipJob,
|
|
impl::require<SlipPrintJob, winrt::Windows::Devices::PointOfService::ISlipPrintJob>
|
|
{
|
|
SlipPrintJob(std::nullptr_t) noexcept {}
|
|
SlipPrintJob(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IReceiptOrSlipJob(ptr, take_ownership_from_abi) {}
|
|
SlipPrintJob(SlipPrintJob const&) noexcept = default;
|
|
SlipPrintJob(SlipPrintJob&&) noexcept = default;
|
|
SlipPrintJob& operator=(SlipPrintJob const&) & noexcept = default;
|
|
SlipPrintJob& operator=(SlipPrintJob&&) & noexcept = default;
|
|
using winrt::Windows::Devices::PointOfService::IReceiptOrSlipJob::Print;
|
|
using impl::consume_t<SlipPrintJob, winrt::Windows::Devices::PointOfService::ISlipPrintJob>::Print;
|
|
};
|
|
struct __declspec(empty_bases) SlipPrinterCapabilities : winrt::Windows::Devices::PointOfService::ISlipPrinterCapabilities,
|
|
impl::require<SlipPrinterCapabilities, winrt::Windows::Devices::PointOfService::ISlipPrinterCapabilities2, winrt::Windows::Devices::PointOfService::ICommonPosPrintStationCapabilities, winrt::Windows::Devices::PointOfService::ICommonReceiptSlipCapabilities>
|
|
{
|
|
SlipPrinterCapabilities(std::nullptr_t) noexcept {}
|
|
SlipPrinterCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::ISlipPrinterCapabilities(ptr, take_ownership_from_abi) {}
|
|
SlipPrinterCapabilities(SlipPrinterCapabilities const&) noexcept = default;
|
|
SlipPrinterCapabilities(SlipPrinterCapabilities&&) noexcept = default;
|
|
SlipPrinterCapabilities& operator=(SlipPrinterCapabilities const&) & noexcept = default;
|
|
SlipPrinterCapabilities& operator=(SlipPrinterCapabilities&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) UnifiedPosErrorData : winrt::Windows::Devices::PointOfService::IUnifiedPosErrorData
|
|
{
|
|
UnifiedPosErrorData(std::nullptr_t) noexcept {}
|
|
UnifiedPosErrorData(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::PointOfService::IUnifiedPosErrorData(ptr, take_ownership_from_abi) {}
|
|
UnifiedPosErrorData(param::hstring const& message, winrt::Windows::Devices::PointOfService::UnifiedPosErrorSeverity const& severity, winrt::Windows::Devices::PointOfService::UnifiedPosErrorReason const& reason, uint32_t extendedReason);
|
|
UnifiedPosErrorData(UnifiedPosErrorData const&) noexcept = default;
|
|
UnifiedPosErrorData(UnifiedPosErrorData&&) noexcept = default;
|
|
UnifiedPosErrorData& operator=(UnifiedPosErrorData const&) & noexcept = default;
|
|
UnifiedPosErrorData& operator=(UnifiedPosErrorData&&) & noexcept = default;
|
|
};
|
|
}
|
|
#endif
|