共用方式為


PosConnectionTypes 列舉

定義

可用來存取服務點裝置的連線類型。

此列舉支援其成員值的位元組合。

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
繼承
PosConnectionTypes
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

欄位

All 4294967295

所有連線類型。

Bluetooth 4

具有藍牙無線電的裝置。

IP 2

具有 IP 位址的裝置,包括有線乙太網路和 Wi-Fi。

Local 1

本機連線的裝置,例如 USB。

適用於