Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 633 Bytes

posconnectiontypes.md

File metadata and controls

32 lines (22 loc) · 633 Bytes
-api-id -api-type
T:Windows.Devices.PointOfService.PosConnectionTypes
winrt enum

Windows.Devices.PointOfService.PosConnectionTypes

-description

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

-enum-fields

-field Local:1

Locally connected devices, such as USB.

-field IP:2

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

-field Bluetooth:4

Devices with a Bluetooth radio.

-field All:4294967295

All connection types.

-remarks

-see-also

-examples