PosConnectionTypes Enum
Definition
Connection types that can be used to access a point of service device.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class PosConnectionTypes
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum 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 10 requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
All | 4294967295 | All connection types. |
Bluetooth | 4 | Devices with a Bluetooth radio. |
IP | 2 | Devices with an IP address, including both Wired Ethernet and Wi-Fi. |
Local | 1 | Locally connected devices, such as USB. |