Share via


PosConnectionTypes Enum

Definition

Connection types that can be used to access a point of service device.

This enumeration supports a bitwise combination of its member values.

public enum class PosConnectionTypes
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class PosConnectionTypes
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum PosConnectionTypes
var value = Windows.Devices.PointOfService.PosConnectionTypes.local
Public Enum PosConnectionTypes
Inheritance
PosConnectionTypes
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

Name Value Description
Local 1

Locally connected devices, such as USB.

IP 2

Devices with an IP address, including both Wired Ethernet and Wi-Fi.

Bluetooth 4

Devices with a Bluetooth radio.

All 4294967295

All connection types.

Applies to